Add Serbian to translation doc, rename from "rs" to "sr", fix percentage bar images
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user