mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Fix decimal separartor in Russian and Ukrainaian
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22820 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6d44c76e2f
commit
a6a5d10c5b
2 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@
|
|||
NSFormalName = "Russian";
|
||||
|
||||
NSCurrencySymbol = "\U0440\U0443\U0431";
|
||||
NSPositiveCurrencyFormatString = "9,999.00 \U0440\U0443\U0431";
|
||||
NSNegativeCurrencyFormatString = "-9,999.00 \U0440\U0443\U0431";
|
||||
NSPositiveCurrencyFormatString = "9 999,00 \U0440\U0443\U0431";
|
||||
NSNegativeCurrencyFormatString = "-9 999,00 \U0440\U0443\U0431";
|
||||
NSInternationalCurrencyString = "RUR";
|
||||
|
||||
NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
NSFormalName = "Ukrainian";
|
||||
|
||||
NSCurrencySymbol = "\U0433\U0440\U043d.";
|
||||
NSPositiveCurrencyFormatString = "9 999.00 \U0433\U0440\U043d.";
|
||||
NSNegativeCurrencyFormatString = "-9 999.00 \U0433\U0440\U043d.";
|
||||
NSPositiveCurrencyFormatString = "9 999,00 \U0433\U0440\U043d.";
|
||||
NSNegativeCurrencyFormatString = "-9 999,00 \U0433\U0440\U043d.";
|
||||
NSInternationalCurrencyString = "UAH";
|
||||
|
||||
NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
|
||||
|
|
Loading…
Reference in a new issue