mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
FIx mistake in date string, extra locale
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7916 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
112729db68
commit
cee1543cf0
2 changed files with 3 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
NSCurrencySymbol = "$";
|
||||
NSPositiveCurrencyFormatString = "$9,999.00";
|
||||
NSNegativeCurrencyFormatString = "$-9,999.00";
|
||||
NSInternationalCurrencyString = "$";
|
||||
NSInternationalCurrencyString = "USD";
|
||||
|
||||
NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
|
||||
NSDecimalSeparator = ".";
|
||||
|
@ -23,7 +23,7 @@
|
|||
NSNextDayDesignations = (tomorrow);
|
||||
NSNextNextDayDesignations = (nextday);
|
||||
NSPriorDayDesignations = (yesterday);
|
||||
NSShortDateFormatString = "%d/%m/%Y";
|
||||
NSShortDateFormatString = "%m/%d/%Y";
|
||||
NSShortMonthNameArray = (Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec);
|
||||
NSShortTimeDateFormatString = "%d %b, %Y %H:%M";
|
||||
NSShortWeekDayNameArray = (Sun, Mon, Tue, Wed, Thu, Fri, Sat);
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
cs = Czech;
|
||||
da = Danish;
|
||||
da_DK = DenmarkDanish;
|
||||
de = German;
|
||||
de_AT = AustriaGerman;
|
||||
de_BE = BelgiumGerman;
|
||||
|
@ -79,4 +78,4 @@
|
|||
tr = Turkish;
|
||||
uk = Ukrainian;
|
||||
zh = Chinese;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue