~s25rttrteam/s25rttr/s25rttr-languages

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Alexander Grund
  • Date: 2021-01-21 08:48:33 UTC
  • Revision ID: flamefire@users.noreply.github.com-20210121084833-7ine7l6vxcx8duho
Remove duplicate msgmerge param

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    - Check and fix auto-translations
24
24
    - Remove unused translations (Validate, that they are actually unused)
25
25
    - Save
26
 
    - Run `make -B translations` in the build directory to have gettext sort the translations. Alternatively run `msgmerge --sort-output --no-wrap --quiet --update --backup=none -s <abspath-to-file>.po <abspath-to-rttr.pot>rttr.pot` on every po-file
 
26
    - Run `make -B translations` in the build directory to have gettext sort the translations. Alternatively run `msgmerge --sort-output --no-wrap --quiet --update --backup=none <abspath-to-file>.po <abspath-to-rttr.pot>rttr.pot` on every po-file
27
27
    - commit
28
28
- Create a pull request with the change
29
29