From 64791b45f635939e79ec09f3ae1e0ae31906fc93 Mon Sep 17 00:00:00 2001 From: Gavin Bisesi Date: Mon, 8 Sep 2014 14:46:01 -0400 Subject: [PATCH] Add note on updating translations. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 724a7f45..1157f52e 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ The following flags can be passed to `cmake`: - `-DWITH_ORACLE=0` Do not build Oracle - `-DWITH_QT4=1` Force compilation to use Qt4 instead of Qt5. - `-DCMAKE_BUILD_TYPE=Debug` Compile in debug mode. Enables extra logging output, debug symbols, and much more verbose compiler warnings. +- `-DUPDATE_TRANSLATIONS=1` Configure `make` to update the translation .ts files for new strings in the source code. Note: Running `make clean` will remove the .ts files. You should run this when contributing code that changes user messages. Translation file updates should be added in the same commit as the string that was changed. # Running