Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pt_BR locale #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add pt_BR locale #13

wants to merge 1 commit into from

Conversation

Ladeia
Copy link

@Ladeia Ladeia commented Mar 3, 2016

No description provided.

@@ -17,7 +17,7 @@ RESOURCES += \
resources.qrc

# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
QML_IMPORT_PATH = /usr/lib/i386-linux-gnu/qt5/imports
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new locale should work without changing this

Copy link
Author

@Ladeia Ladeia Jan 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Friend, it's been 8 years since I sent this PR, I don't believe anyone wants it to be merged


# Additional import path used to resolve QML modules in Qt Creator's code model
-QML_IMPORT_PATH =
+QML_IMPORT_PATH = /usr/lib/i386-linux-gnu/qt5/imports
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new locale should work without changing this

@@ -0,0 +1,190 @@
diff --git a/2048-qt.pro b/2048-qt.pro
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if the maintainer accepts your PR and releases a new version, this patch will not be needed

@@ -9,5 +9,6 @@
<file>qml/2048.js</file>
<file>qml/Tile.qml</file>
<file>res/fonts/DroidSansFallback.ttf</file>
<file>ts/2048-qt_pt_BR.qm</file>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrongly placed, whould be between <file>ts/2048-qt_pl_PL.qm</file> and <file>ts/2048-qt_ru_RU.qm</file> -> line 6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants