diff options
| author | Danielshe <shekwancheung0528@gmail.com> | 2019-09-12 22:55:23 +0800 |
|---|---|---|
| committer | Danielshe <shekwancheung0528@gmail.com> | 2019-09-12 22:55:23 +0800 |
| commit | a0d73236a41144009d5b469cb7dbcc29d82eb103 (patch) | |
| tree | ae36292b51b3144a3c025b2dd786f669f02e2205 /src/main/resources | |
| parent | d1f620a845d3b0bf1cf4f226b2beb723507aafa4 (diff) | |
| parent | f10e2f722b85015569275fe6201a565c4d4455a2 (diff) | |
| download | RoughlyEnoughItems-a0d73236a41144009d5b469cb7dbcc29d82eb103.tar.gz RoughlyEnoughItems-a0d73236a41144009d5b469cb7dbcc29d82eb103.tar.bz2 RoughlyEnoughItems-a0d73236a41144009d5b469cb7dbcc29d82eb103.zip | |
Merge remote-tracking branch 'origin/3.x' into 3.x
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 141ab48f8..632df23b3 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -46,7 +46,7 @@ "custom": { "rei:translators": { "English": "Danielshe", - "Japanese": "swordglowsblue", + "Japanese": ["swordglowsblue", "hinataaki"], "Simplified Chinese": ["XuyuEre", "Danielshe"], "Traditional Chinese": ["hugoalh", "gxy17886", "Danielshe"], "French": "Yanis48", @@ -56,7 +56,8 @@ "LOLCAT": "Danielshe", "Upside Down English": "Danielshe", "Brazilian Portuguese": ["thiagokenis", "joaoh1"], - "Bulgarian": "geniiii" + "Bulgarian": "geniiii", + "Russian": "MrYonter" } } } |
