aboutsummaryrefslogtreecommitdiff
path: root/po/README.md
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-03-09 16:58:53 +0100
committerhwspeedy <ns@bigbear.dk>2024-03-09 16:58:53 +0100
commit62466d1fb8875139b40dc05194e0b39ceaa968ea (patch)
tree6f781957e2cde488750951e4bcd6491184b7837c /po/README.md
parent50ef341512ebe70dad3e69d87e381f535d139876 (diff)
FIX validation of po - NEW.po->NEW, updated README.md for translators
Diffstat (limited to 'po/README.md')
-rw-r--r--po/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/README.md b/po/README.md
index ee1c513b..08760154 100644
--- a/po/README.md
+++ b/po/README.md
@@ -40,7 +40,7 @@ NOTE: In poedit please only do translation and use find, validate and save.
New Language
------------
- - cp NEW.po xx.po (xx=LANGUAGE-2LETTER-SMALL-CAPS)
+ - cp NEW xx.po (xx=LANGUAGE-2LETTER-SMALL-CAPS)
- emacs ./xx.po (edit the empty po and change all CHANGE-* accordingly)
- ./updatepo.sh (updates the po with all the words/text we have in the program and shows status)
- ready to edit - see above