aboutsummaryrefslogtreecommitdiffstats
path: root/TRANSLATIONS.md
diff options
context:
space:
mode:
authorBarry Jackson <barjac@mageia.org>2023-01-22 18:19:21 +0000
committerBarry Jackson <barjac@mageia.org>2023-01-22 18:19:21 +0000
commit3990e3211ea0544b6b0326f871b77d4710e55048 (patch)
tree5054049d0c05cbab10926972ac20f6e7d2406518 /TRANSLATIONS.md
parentdb18acbd7b284307c6314a781e4044a1353e9379 (diff)
downloadremove-old-kernels-3990e3211ea0544b6b0326f871b77d4710e55048.tar
remove-old-kernels-3990e3211ea0544b6b0326f871b77d4710e55048.tar.gz
remove-old-kernels-3990e3211ea0544b6b0326f871b77d4710e55048.tar.bz2
remove-old-kernels-3990e3211ea0544b6b0326f871b77d4710e55048.tar.xz
remove-old-kernels-3990e3211ea0544b6b0326f871b77d4710e55048.zip
Minor edit to TRANSLATIONS.md and typo fix in mk-pot
Diffstat (limited to 'TRANSLATIONS.md')
-rw-r--r--TRANSLATIONS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TRANSLATIONS.md b/TRANSLATIONS.md
index ff46413..8bfd665 100644
--- a/TRANSLATIONS.md
+++ b/TRANSLATIONS.md
@@ -2,7 +2,7 @@
In order to translate this program, you need the gettext package installed.
If you have a github account, fork this repository.
-Go into the po folder locally and run 'msginit'.
+Go into the po folder locally and run 'msginit --no-wrap'.
This should produce a 'LL.po' file, where 'LL' is the configured language your system is running.
Use a po file editor, such as Poedit or Lokalize, and translate the 'msgid' strings on the 'msgstr' lines inside the quotes.
You can then create a 'pull request' following github instructions.