From cd8b6ac9dff45508d2cb39d882647d3628ee94a4 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 7 May 2018 09:06:59 +0100 Subject: [PATCH] crowdin: don't drop Brazilian part of pt-BR --- .ci/crowdin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/crowdin.yml b/.ci/crowdin.yml index 887b94db..9e28e918 100644 --- a/.ci/crowdin.yml +++ b/.ci/crowdin.yml @@ -5,8 +5,8 @@ base_path_env: CROWDIN_BASE_PATH files: - source: /src/po/znc.pot - translation: /src/po/znc.%two_letters_code%.po + translation: /src/po/znc.%locale%.po update_option: update_as_unapproved - source: "/modules/po/*.pot" - translation: /modules/po/%file_name%.%two_letters_code%.po + translation: /modules/po/%file_name%.%locale%.po update_option: update_as_unapproved