-
Notifications
You must be signed in to change notification settings - Fork 36
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
base: master
Are you sure you want to change the base?
add pt_BR locale #13
Conversation
@@ -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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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
No description provided.