Skip to content

document how to build / test translations #1205

Closed Answered by alex-w
axd1967 asked this question in Q&A
Discussion options

You must be logged in to vote

You need to follow Transifex docs for it, so, you need to use tx util or obtain *.po files through web-interface of Transifex and put *.po files into respectively directories.

For example with tx util:

cmake clean
tx pull -l nl
cmake -DCMAKE_INSTALL_PREFIX=$PWD/ -DENABLE_GPS=0 -DENABLE_LIBGPS=0 -DCMAKE_BUILD_TYPE="RelWithDebInfo" $PROJECT
make -j6 && make install

Translations are automatic updating on make install command.

P.S. Hmm.. why you do not use Transifex?

Replies: 12 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by alex-w
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1205 on December 09, 2020 18:31.