commit b475c47a8791a2d3de24ead8cf80019aee735eda Author: peterh peterh@giantrabbit.com Date: Mon Mar 4 15:03:52 2019 -0800
Built updated translation files
Should have done this in an earlier commit where I updated the submodule. --- translation/built/locale/de/LC_MESSAGES/messages.mo | Bin 57911 -> 58592 bytes translation/built/locale/es/LC_MESSAGES/messages.mo | Bin 57262 -> 57879 bytes .../built/locale/es_AR/LC_MESSAGES/messages.mo | Bin 57352 -> 57978 bytes translation/built/locale/fr/LC_MESSAGES/messages.mo | Bin 0 -> 61140 bytes translation/built/locale/it/LC_MESSAGES/messages.mo | Bin 0 -> 56638 bytes translation/built/locale/ka/LC_MESSAGES/messages.mo | Bin 96548 -> 97670 bytes .../built/locale/pt_BR/LC_MESSAGES/messages.mo | Bin 57675 -> 58374 bytes .../built/locale/pt_PT/LC_MESSAGES/messages.mo | Bin 0 -> 58238 bytes translation/built/locale/tr/LC_MESSAGES/messages.mo | Bin 0 -> 59044 bytes .../built/locale/zh_CN/LC_MESSAGES/messages.mo | Bin 53003 -> 53601 bytes translation/locale.json | 5 ++++- 11 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/translation/built/locale/de/LC_MESSAGES/messages.mo b/translation/built/locale/de/LC_MESSAGES/messages.mo index 69c7c7dd..25c36862 100644 Binary files a/translation/built/locale/de/LC_MESSAGES/messages.mo and b/translation/built/locale/de/LC_MESSAGES/messages.mo differ diff --git a/translation/built/locale/es/LC_MESSAGES/messages.mo b/translation/built/locale/es/LC_MESSAGES/messages.mo index 51c0b27b..3889bf24 100644 Binary files a/translation/built/locale/es/LC_MESSAGES/messages.mo and b/translation/built/locale/es/LC_MESSAGES/messages.mo differ diff --git a/translation/built/locale/es_AR/LC_MESSAGES/messages.mo b/translation/built/locale/es_AR/LC_MESSAGES/messages.mo index b0f5e544..4dffcdb7 100644 Binary files a/translation/built/locale/es_AR/LC_MESSAGES/messages.mo and b/translation/built/locale/es_AR/LC_MESSAGES/messages.mo differ diff --git a/translation/built/locale/fr/LC_MESSAGES/messages.mo b/translation/built/locale/fr/LC_MESSAGES/messages.mo new file mode 100644 index 00000000..089e140b Binary files /dev/null and b/translation/built/locale/fr/LC_MESSAGES/messages.mo differ diff --git a/translation/built/locale/it/LC_MESSAGES/messages.mo b/translation/built/locale/it/LC_MESSAGES/messages.mo new file mode 100644 index 00000000..609a931e Binary files /dev/null and b/translation/built/locale/it/LC_MESSAGES/messages.mo differ diff --git a/translation/built/locale/ka/LC_MESSAGES/messages.mo b/translation/built/locale/ka/LC_MESSAGES/messages.mo index f8f8735e..d4587a65 100644 Binary files a/translation/built/locale/ka/LC_MESSAGES/messages.mo and b/translation/built/locale/ka/LC_MESSAGES/messages.mo differ diff --git a/translation/built/locale/pt_BR/LC_MESSAGES/messages.mo b/translation/built/locale/pt_BR/LC_MESSAGES/messages.mo index 055d4157..527d81c7 100644 Binary files a/translation/built/locale/pt_BR/LC_MESSAGES/messages.mo and b/translation/built/locale/pt_BR/LC_MESSAGES/messages.mo differ diff --git a/translation/built/locale/pt_PT/LC_MESSAGES/messages.mo b/translation/built/locale/pt_PT/LC_MESSAGES/messages.mo new file mode 100644 index 00000000..73d5ae7a Binary files /dev/null and b/translation/built/locale/pt_PT/LC_MESSAGES/messages.mo differ diff --git a/translation/built/locale/tr/LC_MESSAGES/messages.mo b/translation/built/locale/tr/LC_MESSAGES/messages.mo new file mode 100644 index 00000000..7759441e Binary files /dev/null and b/translation/built/locale/tr/LC_MESSAGES/messages.mo differ diff --git a/translation/built/locale/zh_CN/LC_MESSAGES/messages.mo b/translation/built/locale/zh_CN/LC_MESSAGES/messages.mo index 488a6ef1..45160e62 100644 Binary files a/translation/built/locale/zh_CN/LC_MESSAGES/messages.mo and b/translation/built/locale/zh_CN/LC_MESSAGES/messages.mo differ diff --git a/translation/locale.json b/translation/locale.json index ec9b3709..23720e2e 100644 --- a/translation/locale.json +++ b/translation/locale.json @@ -5,9 +5,12 @@ "es", "es_AR", "es_ES", + "fr", + "it", "ka", - "ka_GE", "pt_BR", + "pt_PT", + "tr", "zh_CN" ] }
tor-commits@lists.torproject.org