Skip to content

Commit

Permalink
Docs - update paths in translation workflow
Browse files Browse the repository at this point in the history
To take into account the recent folder re-shuffling within app/server
  • Loading branch information
samaaron committed Jan 11, 2018
1 parent 3dd01f5 commit e753368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TRANSLATION-WORKFLOW.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ To initiate a translation update:
lupdate -pro app/gui/qt/SonicPi.pro -no-obsolete
git commit app/gui/qt/lang/sonic-pi_*.ts
app/server/bin/i18n-tool.rb -x
app/server/ruby/bin/i18n-tool.rb -x
# the following will complain about every fuzzy entry
app/server/bin/i18n-tool.rb -u
app/server/ruby/bin/i18n-tool.rb -u
git commit etc/doc/lang/*.po
git push
Expand Down

0 comments on commit e753368

Please sign in to comment.