Defect #28109
closedIncorrect interpolation in Swedish locale
0%
Description
There is an incorrect interpolation in the Swedish locale file in source:/trunk/config/locales/sv.yml@17186#L137
Files
Related issues
Updated by Felix Schäfer almost 7 years ago
- File 28109.patch added
The attached patch fixes the problem on trunk/master.
Updated by Felix Schäfer almost 7 years ago
- File 28109.patch 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!
Updated by Go MAEDA almost 7 years ago
- Related to Patch #18587: Swedish translation (updated) added
Updated by Go MAEDA almost 7 years ago
- Target version set to 3.3.7
Confirmed the broken message. Setting target version to 3.3.7.
Updated by Toshi MARUYAMA almost 7 years ago
- Subject changed from Incorrect interpolation in swedisch locale to Incorrect interpolation in Swedish locale
Updated by Toshi MARUYAMA almost 7 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