From 4a3f62f1a64417465f7ba41e4c2ec3788ba9fa25 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Tue, 14 Nov 2017 00:35:54 +0000 Subject: [PATCH] Add Crowdin configs for localization (#1354) --- crowdin.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 00000000..4be32bab --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,10 @@ +project_identifier: znc-bouncer +preserve_hierarchy: true + +files: + - source: /src/po/znc.pot + translation: /src/po/znc.%two_letters_code%.po + update_option: update_as_unapproved + - source: "/modules/po/*.pot" + translation: /modules/po/%file_name%.%two_letters_code%.po + update_option: update_as_unapproved