Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qt-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tobias Hunger
qt-creator
Commits
bb429a0e
Commit
bb429a0e
authored
Jun 12, 2009
by
Oswald Buddenhagen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add translation howto
parent
461eeb06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
share/qtcreator/translations/README
share/qtcreator/translations/README
+32
-0
No files found.
share/qtcreator/translations/README
0 → 100644
View file @
bb429a0e
How To add translations to Qt Creator
=====================================
- Coordinate over the mailing list to avoid duplicate work.
- Add your language to the LANGUAGES line in translations.pro.
Don't qualify it with a country unless it is reasonable to expect
country-specific variants.
Skip this step if updating an existing translation, obviously.
- Run "make ts". This will complain if you are not building against
Qt 4.6 (or the master branch which will become it).
If your Qt version is too old, you may create a template by running
lconvert --drop-translations qtcreator_de.ts -o qtcreator_<yours>.ts
and adjusting the language attribute in the new .ts file. The downside
of this method is obviously that you will not be translating the newest
Creator sources (unless qtcreator_de.ts was completely up-to-date).
Of course, this method is not applicable if you are updating an existing
translation.
You may also request an up-to-date template from us.
The remaining steps do *not* require Qt 4.6 in any case.
- Fire up linguist and do the translation.
- Check in the modified .pro file and _only_ your .ts file.
- Make a merge request on gitorious.
- .qm files are generated as part of the regular build.
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