Re: [L10N] fixed mismatched variable names
From: Jiang Xin <hidden>
Date: 2021-07-03 13:54:50
Jiang Xin [off-list ref] 于2021年7月3日周六 下午7:19写道:
From: Peter Krefting <redacted> On Tue, Jun 22 2021, Peter Krefting wrote:quoted
Andrei also pointed out another typo in the Swedish translation, where a configuration option had been copied incorrectly. Could you please amend your patch to contain both these changes? ... ...@@ -2734,7 +2734,7 @@ msgstr "Felaktigt %s: \"%s\"" #: config.c:2512 #, c-format msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100" -msgstr "värdet \"%d\" för splitIndex.maxPercentage borde vara mellan 0 och 100" +msgstr "värdet \"%d\" för splitIndex.maxPercentChange borde vara mellan 0 och 100" #: config.c:2558 #, c-formatThere are definitely more typos like this! In order to find mismatched git config variables and other mismatched variable names in the po file, I implemented a checker for such typos in the "git-po-helper" in commit: * https://github.com/git-l10n/git-po-helper/commit/e44df847abb91227771560aca56719031f280068 To find typos, run: git-po-helper check-po XX.po All easy-to-fix typos can be fixed using the following patch, but there are still some typos need to be fixed by l10n team leaders for the following languages: + bg.po + id.po + tr.po
More typos will be fixed in pull request: https://github.com/git-l10n/git-po/pull/534