From b839238a8a6175355671a7f20ede708532efbe60 Mon Sep 17 00:00:00 2001 From: LecygneNoir Date: Mon, 21 Oct 2019 18:55:14 +0200 Subject: [PATCH] Add a comments to rollback from .po about empty events that break files --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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