Commit Graph

111 Commits

Author SHA1 Message Date
Zhigang Fang
3d9aceafbb Loading resource file from main bundle
This workaround the issue where file are not file, because their are in a different bundle when using frameworks.
2016-09-04 15:39:05 +08:00
c4605
8844abfb75 support iOS9 1.0.2 2016-08-13 12:02:51 +08:00
c4605
a6616baa21 support carthage 2016-08-12 12:59:44 +08:00
Jean Regisser
8c517f5234 Merge pull request #1 from ReadmeCritic/master
Correct the spelling of CocoaPods in README
2016-06-10 16:18:10 +02:00
ReadmeCritic
5b18dd89cb Correct the spelling of CocoaPods in README 2016-02-12 09:15:21 -08:00
Jean Regisser
b514b7399d Updated license years and link 2015-09-11 11:24:16 +02:00
Jean Regisser
0f44a1dba0 Fixed typo in README 2015-09-09 18:49:46 +02:00
Jean Regisser
bc767a19d0 Added Cocoapods badges 2015-09-09 18:05:40 +02:00
Jean Regisser
fb8ca24190 Bumped version to 1.0.1 1.0.1 2015-09-02 16:00:19 +02:00
Jean Regisser
39a0d51843 Fixed incorrect Mandinka plural rule revealed by enabling the unreachable code warning 2015-09-02 15:59:45 +02:00
Jean Regisser
8c3961e035 Official 1.0.0 release 1.0.0 2015-09-02 15:18:06 +02:00
Jean Regisser
d068802d4b Updated podspec summary 2015-09-02 14:54:34 +02:00
Jean Regisser
0bf7e3a4d2 Updated organization name to i18next 2015-09-02 14:54:14 +02:00
Jean Regisser
a954e607d9 Improved plural rules coverage 2015-09-02 14:48:40 +02:00
Jean Regisser
ec3c77ec0b Generate coverage stats using slather/Coveralls 2015-09-01 11:56:51 +02:00
Jean Regisser
959be8c12a Added first draft of the documentation 2015-08-31 19:28:58 +02:00
Jean Regisser
d009391ee1 Updated cocoapods and pods 2015-08-26 16:31:58 +02:00
Jean Regisser
1fe7bb6c99 Fixing missing shared scheme 2015-08-26 15:27:30 +02:00
Jean Regisser
f79315df00 Fixed travis build 2015-08-26 15:21:06 +02:00
Jean Regisser
7fb442ff5a Added travis badge 2015-08-26 15:05:02 +02:00
Jean Regisser
ccbdaf19d1 Added travis ci config 2015-08-26 14:56:29 +02:00
Jean Regisser
965a54dfe6 Added Rakefile to easily run specs
Based on https://github.com/AFNetworking/AFNetworking/blob/master/Rakefile
2015-08-25 18:30:10 +02:00
Jean Regisser
d4d41fde77 Bumped version to 0.2.12 0.2.12 2015-04-01 11:01:58 +02:00
Jean Regisser
7afb2b84d3 Added spec for nesting with interpollation 2015-04-01 11:01:19 +02:00
Jean Regisser
46942b7c07 Fallback to non the contextual key when the context doesn’t exist 2015-04-01 10:50:52 +02:00
Jean Regisser
bfe6787336 Migrated specs to use waitUntil 2015-04-01 10:49:22 +02:00
Jean Regisser
1467f0f1ba Updated project by latest cocoapods 2015-04-01 09:52:55 +02:00
Jean Regisser
78b4569b36 Updated pods 2015-04-01 09:52:03 +02:00
Jean Regisser
1b32e24221 Updated cocoapods 2015-04-01 09:50:46 +02:00
Jean Regisser
76903c367f Bumped version to 0.2.11 0.2.11 2015-03-24 17:16:13 +01:00
Jean Regisser
25554b4496 Fixed initial options not passed to nested replacements 2015-03-24 17:14:16 +01:00
Jean Regisser
25e5b7f851 Bumped version to 0.2.10 0.2.10 2014-05-21 16:55:38 +02:00
Jean Regisser
5b41309658 Updated Podfile.lock 2014-05-21 16:55:10 +02:00
Jean Regisser
8add871813 Updated CocoaPods to 0.33 2014-05-21 16:55:09 +02:00
Jean Regisser
8862e2d2bf Changed var attribute order, I prefer it that way ;) 2014-05-21 16:51:29 +02:00
Jean Regisser
ca94cd784d Fixed crash caused by double release 2014-05-21 16:50:27 +02:00
Jean Regisser
8e29848d63 Bumped version to 0.2.9 0.2.9 2014-05-21 00:50:58 +02:00
Jean Regisser
61b3982574 Fixed crash on arm64 caused by the variadic argument
See http://stackoverflow.com/questions/22815359/receiving-parameters-from-a-generic-method
2014-05-21 00:49:12 +02:00
Johan Attali
d8e7a65123 [pods] bumped to 0.2.8 0.2.8 2014-03-26 16:25:50 +01:00
Johan Attali
057245b5ff [arm64] fixed compilation errors for arm64 arch 2014-03-26 16:25:07 +01:00
Jean Regisser
78cee782aa Bumped version to 0.2.7 0.2.7 2014-03-11 12:52:12 +01:00
Jean Regisser
9cbfc8f43d Fixed value interpreted as a format string when using t:key
It previously assumed that using `t:key` without any variable argument would just use
the `translate:key` method but that was wrong.
So every call just using `t:key` ended up as being interpreted as a format string. Which is is wrong.
Since we cannot introspect the variable arguments we need an explicit method to use the short format syntax. 
That new method is `tf:key, ...`
2014-03-11 12:51:41 +01:00
Jean Regisser
453c5a798a Bumped version 0.2.6 0.2.6 2014-03-09 17:28:50 +01:00
Jean Regisser
21557531e8 Fixed strings nesting 2014-03-09 17:28:01 +01:00
Jean Regisser
704a8a05f4 Bumped version to 0.2.5 0.2.5 2014-01-20 15:08:13 +01:00
Jean Regisser
b7a9e91610 Support lang using an underscore to separate language from country code
[NSLocale preferrendLanguages] returns such langs
2014-01-20 15:07:46 +01:00
Jean Regisser
83176d192e Added load behavior spec
- make sure langLoadType works correctly
- make sure fallback lang can be disabled
2014-01-20 15:07:46 +01:00
Jean Regisser
9e0e618e31 Allow default values to be set to nil by setting a key with the NSNull value 2014-01-20 15:07:46 +01:00
Jean Regisser
c4fcaf0849 Bumped version to 0.2.4 0.2.4 2014-01-15 17:30:49 +01:00
Jean Regisser
0eb8f0d363 Cancel the loader when dealloc'ed 2014-01-15 17:30:20 +01:00