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
Matteo Mazzarolo
11fb067134
Create LICENSE.md
2017-02-21 21:11:02 +01:00
Matteo Mazzarolo
5aac06f4a3
Merge pull request #56 from npomfret/master
...
prevent multiple versions of the RN libraries being downloaded by the parent project
2017-01-30 19:05:24 +01:00
npomfret
07a60470c0
removed the explicit (and old) version of the RN dependency in favour of +. This change means that multiple version of the RN libraries will no longer appear in the parent project.
2017-01-27 12:13:34 +00:00
Matteo Mazzarolo
178edc15d1
Update README.md
2017-01-26 10:23:37 +01:00
Matteo Mazzarolo
a6ae286347
Merge pull request #52 from balmasich/RN-0.40.0
...
Update React Native version to 0.40.0
2017-01-05 13:43:04 +01:00
Balmasov, Alexey
448d3be134
Update React Native version to 0.40.0 bump version to 1.0.0
2017-01-05 15:19:10 +03:00
Matteo Mazzarolo
f6563f1457
Merge pull request #46 from EdevMosaic/windows-compatability
...
[WIP] windows compatability
2016-11-08 21:14:47 +01:00
Joseph An
2e8e0b511e
fix untracked files
2016-11-08 09:38:41 -08:00
Joseph An
45d6d34eee
Fix class atrributes name and type
2016-11-08 09:17:24 -08:00
Joseph An
b36f9cf1a7
gitignore windows specific files
2016-11-08 08:11:31 -08:00
Joseph An
cd64399f16
Add type to Constants method
2016-11-08 08:09:25 -08:00
Joseph An
97d27b95c2
Returns current culture
2016-11-08 08:06:28 -08:00
Joseph An
d207c503a7
Template files
2016-11-07 14:06:56 -08:00
mmazzarolo
d6eb672b75
npm version bump
2016-09-01 19:21:38 +02:00
mmazzarolo
58c0b66379
Release 0.1.0
2016-09-01 19:16:40 +02:00
mmazzarolo
7fe36f0f96
0.1.0-beta.0
2016-08-22 20:08:18 +02:00
Matteo Mazzarolo
f1ccc5f8d1
Update package.json
2016-08-22 19:29:57 +02:00
Matteo Mazzarolo
27c97c600e
Merge pull request #39 from chris-verclytte/master
...
Fix incorrect package.json format
2016-08-22 19:26:12 +02:00
Christophe VERCLYTTE
9f35f51bc5
Fix incorrect package.json format
2016-08-22 17:25:05 +02:00
Matteo Mazzarolo
55ebe1259d
Merge pull request #35 from hstaudacher/master
...
Fix #18 : Replace currentLocale with prefered languages
2016-08-18 21:16:32 +02:00
Matteo Mazzarolo
3b71d3eda1
Merge pull request #27 from zvona/patch-1
...
Uniform code and fix for test friendliness (mocha) in index.js
2016-08-18 15:02:06 +02:00
Matteo Mazzarolo
ccea2bc46f
Added icon
2016-08-18 14:58:33 +02:00
Matteo Mazzarolo
4998f5ed04
Updated manual install
2016-08-18 14:50:08 +02:00
Matteo Mazzarolo
26d6091093
Merge pull request #32 from mortik/master
...
Add Cocoapods Support
2016-08-18 14:36:44 +02:00
Matteo Mazzarolo
99290f4d78
Cleanup and added react-native link
2016-08-18 14:28:57 +02:00
Matteo Mazzarolo
93449f3cc8
Merge pull request #34 from magrinj/patch-1
...
Remove peer dependencies
2016-08-18 13:01:16 +02:00
Alexander Zaytsev
86cbe008ec
Update README.md
2016-08-17 16:00:54 +05:00
hstaudacher
cb09ea2cc0
Fix #18 : Replace currentLocale with prefered languages
...
On the iOS device the currentLocale returns the region instead of the device language. By using prefered language this is fixed.
2016-08-07 11:43:10 +02:00
Jérémy M
fd13452949
Remove peer dependencies
...
Hi everyone,
Since the last version of react-native -> 0.31.0-rc.1, I got a warning with the peer dependency due to the new name of the version, so, I think to avoid future problems with the react-native version it's better to remove the peer decency. What do you think ?
2016-08-02 11:19:46 +02:00
Marten Klitzke
2a7065d975
chore(cocoapods): add .podspec file to get cocoapods support
2016-07-27 15:08:07 +02:00
Samuli Hakoniemi
c6691e049a
Uniform code and fix for test friendliness (mocha)
...
- replace let with const
- check existence of `RNI18n` when accessing it's properties
- remove unnecessary code
2016-06-16 15:39:55 +03:00
Alexander Zaytsev
5fa3e0e542
Merge pull request #16 from Tiagojdferreira/master
...
Add rnpm installation to readme
2016-03-18 20:03:08 +05:00
tiagojdferreira
d1a64e6271
Add rnpm installation to readme
2016-03-08 22:25:55 +01:00
Alexander Zaytsev
9568fd7f2f
Bump to 0.0.8
2016-02-10 20:21:32 +05:00
Alexander Zaytsev
4687046261
Merge pull request #12 from falsecz/android-constants
...
Unification of android version with ios - use constants
2016-02-10 20:20:12 +05:00
Lukas Benes
27bc21f3d4
Unification of android version with ios - use constants
2016-01-03 11:24:05 +01:00
Alexander Zaytsev
ec62aaa8f2
Merge pull request #4 from michaelcontento/patch-1
...
Fix repository.url in package.json
2015-12-22 11:17:51 +05:00
Alexander Zaytsev
ac2ca0466b
Bump version
2015-12-22 11:12:57 +05:00
Alexander Zaytsev
a318cdfb41
Update link
2015-12-22 11:10:50 +05:00
Alexander Zaytsev
a0cdd64da0
Merge pull request #8 from ticketea/master
...
Added Android support
2015-12-22 11:06:39 +05:00