Defect #28109
Incorrect interpolation in Swedish locale
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Translations | |||
Target version: | 3.3.7 | |||
Resolution: | Fixed | Affected version: |
Description
There is an incorrect interpolation in the Swedish locale file in source:/trunk/config/locales/sv.yml@17186#L137
Related issues
History
#1
Updated by Felix Schäfer over 4 years ago
- File 28109.patch added
The attached patch fixes the problem on trunk/master.
#2
Updated by Felix Schäfer over 4 years ago
- File 28109.patch
added
Felix Schäfer wrote:
The attached patch fixes the problem on trunk/master.
It turns out this was only half the problem, in addition to the %
being at the wrong place for the interpolation, there is also an issue with the variable used for the interpolation being the wrong one. This new patch fixes both issues.
Thank you Jan for catching the second issue!
#3
Updated by Marius BALTEANU over 4 years ago
- File deleted (
28109.patch)
#4
Updated by Go MAEDA over 4 years ago
- Related to Patch #18587: Swedish translation (updated) added
#5
Updated by Go MAEDA over 4 years ago
- Target version set to 3.3.7
Confirmed the broken message. Setting target version to 3.3.7.
#6
Updated by Toshi MARUYAMA over 4 years ago
- Subject changed from Incorrect interpolation in swedisch locale to Incorrect interpolation in Swedish locale
#7
Updated by Toshi MARUYAMA over 4 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Committed in trunk, 3.4-stable, and 3.3-stable, thanks.
locale:check_interpolation cannot catch nested keys, so I could not catch this mistake.
source:tags/3.4.4/lib/tasks/locales.rake#L58