diff options
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" } } } |
