Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
e0c73576
Commit
e0c73576
authored
Nov 05, 2012
by
Claudio Valerio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed language missing on mac. Issue 1328
parent
e1d49f4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Sankore_3.1.pro
Sankore_3.1.pro
+6
-6
No files found.
Sankore_3.1.pro
View file @
e0c73576
...
...
@@ -335,16 +335,16 @@ macx {
QMAKE_BUNDLE_DATA += TRANSLATION_tr
}
exists(resources/i18n/sankore_cs.qm) {
translation
_cs.files = resources/i18n/sankore_cs.qm \
TRANSLATION
_cs.files = resources/i18n/sankore_cs.qm \
resources/i18n/localizable.strings
translation_cs.path = "$$resources_dir
/cs.lproj"
qmake_bundle_data += translation
_cs
TRANSLATION_cs.path = "$$RESOURCES_DIR
/cs.lproj"
QMAKE_BUNDLE_DATA += TRANSLATION
_cs
}
exists(resources/i18n/sankore_mg.qm) {
translation
_mg.files = resources/i18n/sankore_mg.qm \
TRANSLATION
_mg.files = resources/i18n/sankore_mg.qm \
resources/i18n/localizable.strings
translation_mg.path = "$$resources_dir
/mg.lproj"
qmake_bundle_data += translation
_mg
TRANSLATION_mg.path = "$$RESOURCES_DIR
/mg.lproj"
QMAKE_BUNDLE_DATA += TRANSLATION
_mg
}
QMAKE_BUNDLE_DATA += UB_ETC \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment