diff --git a/README.md b/README.md index b8a6da8..2af4694 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,12 @@ To convert back from po: ```bash echo "start at $(date)"; time for i in Translation/fr/po/Modules/*; do echo "rollback ${i}..."; time ./rollback_module.sh "${i}" fr; echo "done"; done; echo "end at $(date)"; -``` \ No newline at end of file +``` + +**Warning** : Empty events are not recreated (as they disappear on .pot), so be careful: + - search for this in the Modules/game_files/*.txt + ```bash +-- \[EVENT\].*$ +\[/EVENT\] +``` + - Report all empty events in the corresponding txt in Translation/modules \ No newline at end of file