diff --git a/ChangeLog.md b/ChangeLog.md index 6ec88ea..e157e8c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,7 @@ +# v4.5.1 +* Update pt-BR.json (thanks Kharmans) +* Add ru.json to module.json + # v4.5.0 * Added Russian translation (thanks VirusNik21) * Stealthy's light exposure calculations work best in scenes without global illumination enabled, but I've added some support to try and hack a reasonable guess-timate when it is enabled. diff --git a/module.json b/module.json index b6e0c24..49f9e09 100644 --- a/module.json +++ b/module.json @@ -82,6 +82,12 @@ "name": "Português Brasileiro", "path": "languages/pt-BR.json", "flags": {} + }, + { + "lang": "ru", + "name": "Русский", + "path": "languages/ru.json", + "flags": {} } ], "socket": true,