clearify add-language instructions

This commit is contained in:
B. Petersen 2018-12-13 02:44:44 +01:00
parent 2ceb5e11bf
commit 0401b2a0d9
No known key found for this signature in database
GPG key ID: 3B88E92DEA8E9AFC

View file

@ -11,6 +11,7 @@ cp res/values/strings.xml res/values-$LANG/strings.xml
touch -d "100 days ago" res/values-$LANG/strings.xml
echo "res/values/$LANG/strings.xml added:"
echo "- 'tx pull' to update"
echo "- on problems, 'tx -d pull' gives verbose output"
echo "- if needed, language mappings can be added to ./tx/config"
echo "- add the name to res/values/arrays.xml"
echo "- if needed, language mappings can be added to .tx/config"
echo "- tx pull"
echo " (on problems, 'tx -d pull' gives verbose output)"