Commit Graph

165 Commits

Author SHA1 Message Date
Mathieu Acthernoene 987deb3083 Update README.md 2017-06-26 10:58:55 +02:00
Mathieu Acthernoene 8924df3c7a Update README.md 2017-06-26 10:58:34 +02:00
Mathieu Acthernoene 5971c0b478 Add android install screenshot 2017-06-26 10:57:16 +02:00
Mathieu Acthernoene 50e7a4931e Create README.md 2017-06-15 07:34:14 +02:00
Mathieu Acthernoene 65f0fcfc4f 2.0.1 2017-06-15 07:11:26 +02:00
Mathieu Acthernoene c15feb03fe Update README.md 2017-06-15 07:08:24 +02:00
Alexander Zaytsev 72bcb9c5ae Merge pull request #91 from AlexanderZaytsev/2.0.0
2.0.0
2017-06-14 20:08:02 +05:00
Mathieu Acthernoene 4a26e618e6 Merge pull request #90 from JulienKode/2.0.0
[tvOS] Add target
2017-06-09 12:24:55 +02:00
Julien Karst 567ec2049e [Project] Add tvOS Target 2017-06-09 11:51:00 +02:00
Julien Karst 9d540641fd [Podspec] Add tvOS platform 2017-06-09 11:45:38 +02:00
Mathieu Acthernoene 98c5c878a8 Merge pull request #89 from davepack/patch-1
Fixes LocaleList not supported below API level 24
2017-06-09 11:06:23 +02:00
Mathieu Acthernoene 20e7dd584b Update README 2017-06-09 11:03:59 +02:00
Dave Pack 5e940eeab1 Fixes LocaleList not supported below API level 24
Modifies WritableArray method so that LocaleList is not needed on devices with lower than API level 24.
2017-06-07 20:10:52 -06:00
Mathieu Acthernoene 8e22064009 Update README.md 2017-05-25 18:06:06 +02:00
Mathieu Acthernoene a867e8ca40 Add basic example 2017-05-25 17:52:40 +02:00
Mathieu Acthernoene de7bcfef94 Keep languages constants for faster I18n init 2017-05-25 17:52:40 +02:00
Mathieu Acthernoene 0ca088ec8f Switch to getLanguages Promise on android 2017-05-25 17:52:40 +02:00
Mathieu Acthernoene 958ae660e6 Switch to Promise getLanguages on iOS instead of constants 2017-05-25 17:52:40 +02:00
Mathieu Acthernoene 9111605ed7 Bump version number 2017-05-25 17:52:40 +02:00
Mathieu Acthernoene eadcf1d708 Add a basic exemple (only constants) 2017-05-25 17:52:40 +02:00
Mathieu Acthernoene f7e5fb9caa Avoid useless computations on iOS 9+ 2017-05-25 17:52:40 +02:00
Mathieu Acthernoene 0a9afe87c2 Handle preferred languages on android 2017-05-25 17:52:40 +02:00
Mathieu Acthernoene f12c039271 Switch to i18n-js v3.0.0 2017-05-25 17:52:40 +02:00
Mathieu Acthernoene 34d39e6341 Handle preferred languages list on iOS 2017-05-25 17:52:40 +02:00
Mathieu Acthernoene d5ad3b3d0d react-native link on example 2017-05-25 17:52:40 +02:00
Mathieu Acthernoene ce332fa00b Remove windows version 2017-05-25 17:52:40 +02:00
Mathieu Acthernoene 2704630eba Add support for preferred language on windows 2017-05-25 17:52:40 +02:00
Mathieu Acthernoene 191bb94078 Init example project 2017-05-25 17:52:40 +02:00
Mathieu Acthernoene 56259f7f61 Add support for react-native < 0.40 2017-05-25 17:52:39 +02:00
Mathieu Acthernoene 91662a4cda Switch to ES2015, remove now useless replace 2017-05-25 17:52:39 +02:00
Mathieu Acthernoene a19790da39 Define I18n.js as a dependency 2017-05-25 17:52:39 +02:00
Mathieu Acthernoene 96e470bbaf Fix windows version 2017-05-25 17:52:39 +02:00
Mathieu Acthernoene 524456d7ba Improve ios language detection 2017-05-25 17:52:39 +02:00
Mathieu Acthernoene 86d0a76eda Improve android language detection 2017-05-25 17:52:39 +02:00
Mathieu Acthernoene 540a61a348 Fix android react-native link 2017-05-25 17:52:39 +02:00
Mathieu Acthernoene 7bd5250051 Fix ios react-native link 2017-05-25 17:52:39 +02:00
Mathieu Acthernoene 9c07bb2101 Add editorconfig 2017-05-25 17:52:39 +02:00
Mathieu Acthernoene 476adddade Merge pull request #84 from ndbroadbent/patch-1
Fixed broken formatting in the README
2017-05-23 12:49:08 +02:00
Nathan Broadbent adbf462ee2 Fixed broken formatting in the README 2017-05-23 16:17:42 +07:00
Mathieu Acthernoene ed21e24924 Merge pull request #83 from marudy/master
Small documentation correction for multiple location files usage
2017-05-16 23:57:12 +02:00
Tasos Maroudas 2c5cd43f65 Small documentation correction for multiple location files usage 2017-05-17 00:53:55 +03:00
Mathieu Acthernoene a81b9b3de2 Merge pull request #81 from marudy/readme-multiple-locale-files
Added documentation for setup with multiple locale files
2017-05-16 14:20:26 +02:00
marudy 5cab05369c Added usage documentation with multiple location files
How to use react-native-i18n with multiple locale files & ES6.
2017-05-14 21:43:34 +03:00
Mathieu Acthernoene f880676170 Merge pull request #15 from ognen/fix-ios-langauge-discovery
Fix ios langauge discovery
2017-05-08 22:44:43 +02:00
Ognen Ivanovski a62db8e25b Document how to add locales in the Xcode project. 2017-05-08 20:25:00 +02:00
Mathieu Acthernoene f7f72e1d8a Add react-native link warning 2017-03-20 15:46:32 +01:00
Mathieu Acthernoene 7e02f3485e Update to i18n-js v3.0.0.rc16 2017-03-15 17:45:35 +01:00
Mathieu Acthernoene b9d31778d9 Fix #26 2017-03-15 17:37:17 +01:00
Mathieu Acthernoene 42755848b5 Merge branch 'Anthonyzou-patch-1' 2017-03-08 22:41:25 +01:00
Mathieu Acthernoene bb210d1a22 Update gradle version 2017-03-08 22:41:11 +01:00