Fixed writing codes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10037 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2001-05-29 20:23:01 +00:00
parent 9fd514e6d4
commit bb5032befa

View file

@ -4,10 +4,10 @@
NSLanguageCode = NL;
NSFormalName = "Dutch";
NSCurrencySymbol = "fl";
NSPositiveCurrencyFormatString = "fl9.999,00";
NSNegativeCurrencyFormatString = "fl-9.999,00";
NSInternationalCurrencyString = "NFL";
NSCurrencySymbol = "NLG";
NSPositiveCurrencyFormatString = "NLG9.999,00";
NSNegativeCurrencyFormatString = "NLG-9.999,00";
NSInternationalCurrencyString = "NLG";
NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
NSDecimalSeparator = ",";