From e4752912dad7dcedfb5853e5773b2194980e07e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Sat, 23 Apr 2016 11:36:46 -0700 Subject: [ios, osx] Corrected clock, coordinate formats MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Long unit style isn’t intended to be spelled out, so the clock and coordinate direction formatters now use numerals for long unit style, differing from medium unit style in less drastic ways. The locale no longer needs to be exposed, since it’ll always match the overall string’s locale. Added support to the coordinate formatter for different unit styles. Made minutes and seconds of arc optional. Maintain strings for darwin/ formatter classes in a separate Foundation strings table that can be shared between the iOS and OS X SDKs. Added an English .stringsdict override that correctly pluralizes units. Capitalize osxapp window titles, now that they spell out the directions. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 35dcf7956e..81dc14e6d6 100644 --- a/Makefile +++ b/Makefile @@ -127,8 +127,9 @@ idocument: igenstrings: genstrings -u -o platform/ios/app/Base.lproj platform/ios/app/*.{m,mm} + genstrings -u -o platform/ios/resources/Base.lproj platform/darwin/src/*.{m,mm} genstrings -u -o platform/ios/resources/Base.lproj platform/ios/src/*.{m,mm} - -find platform/ios/ -path '*/Base.lproj/Localizable.strings' -exec \ + -find platform/{darwin,ios}/ -path '*/Base.lproj/*.strings' -exec \ textutil -convert txt -extension strings -inputencoding UTF-16 -encoding UTF-8 {} \; #### Android targets ##################################################### -- cgit v1.2.1