Skip to content

Commit

Permalink
Update "How to add a new language translation" in README.rst (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed Aug 18, 2024
1 parent 02c3c3f commit 03b2d05
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,8 @@ How to add a new language translation

.. code-block:: diff
- rm -R es ja
- tx pull -l es,ja
+ rm -R es ja pt_BR
+ tx pull -l es,ja,pt_BR
- LANGS='es ja'
+ LANGS='es ja pt_BR'
2. Update po files:

Expand Down

0 comments on commit 03b2d05

Please sign in to comment.