Add Serbian to translation doc, rename from "rs" to "sr", fix percentage bar images

This commit is contained in:
ljacqu
2019-04-14 11:10:07 +02:00
parent b897f7c25f
commit 53b8442309
5 changed files with 35 additions and 34 deletions
@@ -129,6 +129,7 @@ public class TranslationPageGenerator implements AutoToolTask {
.put("ro", "Romanian")
.put("ru", "Russian")
.put("sk", "Slovakian")
.put("sr", "Serbian")
.put("tr", "Turkish")
.put("uk", "Ukrainian")
.put("vn", "Vietnamese")
@@ -8,7 +8,7 @@ in your config.yml to use the language, or use another language code to start a
Code | Language | Translated |  
---- | -------- | ---------: | ------
[#languages]
[{code}](https://github.com/AuthMe/AuthMeReloaded/blob/master/src/main/resources/messages/messages_{code}.yml) | {name} | {percentage}% | <img src="https://placeholdit.imgix.net/~text?txtsize=5&bg={color}&w={percentage}&h=5&txtpad=1" alt="bar" />
[{code}](https://github.com/AuthMe/AuthMeReloaded/blob/master/src/main/resources/messages/messages_{code}.yml) | {name} | {percentage}% | <img src="https://via.placeholder.com/{percentage}x7/{color}?text=%20" alt="{percentage}" />
[/#languages]
{gen_footer}