Phantom42 has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/400683 )
Change subject: Remove keyAlgorithm for some groups using GettextFFS ...................................................................... Remove keyAlgorithm for some groups using GettextFFS This is a part of migration of GettextFFS keyAlgorithm default value to simple Here we remove keyAlgorithm for groups where it was previously set to simple. There is no need for that setting anymore because simple is default value now Change-Id: I801b8c8c9745c2c7acf6d95d5267719c2df043b5 --- M groups/Dissemin/Dissemin.yaml M groups/MantisBT/CodevTT.yaml 2 files changed, 0 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/translatewiki refs/changes/83/400683/1 diff --git a/groups/Dissemin/Dissemin.yaml b/groups/Dissemin/Dissemin.yaml index aa8e968..775fcde 100644 --- a/groups/Dissemin/Dissemin.yaml +++ b/groups/Dissemin/Dissemin.yaml @@ -23,7 +23,6 @@ FILES: class: GettextFFS - keyAlgorithm: simple sourcePattern: "%GROUPROOT%/dissemin/locale/%CODE%/LC_MESSAGES/django.po" definitionFile: "%GROUPROOT%/dissemin/locale/django.pot" @@ -50,6 +49,5 @@ FILES: class: GettextFFS - keyAlgorithm: simple sourcePattern: "%GROUPROOT%/dissemin/locale/%CODE%/LC_MESSAGES/djangojs.po" definitionFile: "%GROUPROOT%/dissemin/locale/djangojs.pot" diff --git a/groups/MantisBT/CodevTT.yaml b/groups/MantisBT/CodevTT.yaml index 3218bf7..bf09943 100644 --- a/groups/MantisBT/CodevTT.yaml +++ b/groups/MantisBT/CodevTT.yaml @@ -9,7 +9,6 @@ FILES: class: GettextFFS - keyAlgorithm: simple sourcePattern: "%GROUPROOT%/codev/i18n/locale/%CODE%/LC_MESSAGES/codev.po" definitionFile: "%GROUPROOT%/codev/i18n/locale/codevtt.pot" codeMap: -- To view, visit https://gerrit.wikimedia.org/r/400683 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I801b8c8c9745c2c7acf6d95d5267719c2df043b5 Gerrit-PatchSet: 1 Gerrit-Project: translatewiki Gerrit-Branch: master Gerrit-Owner: Phantom42 <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
