From 6a0982a187ed574080a00d41ff3dbe4097588f34 Mon Sep 17 00:00:00 2001 From: okx-code Date: Tue, 15 Jan 2019 19:05:18 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b037069..023af03 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is the branch for new locale changes to Rankup. Locale names are in ISO-639-1 and are in the folder [`src/main/resources/locale`](https://github.com/okx-code/Rankup3/tree/locale/src/main/resources/locale) -When a locale is added, it should be saved [here](https://github.com/okx-code/Rankup3/blob/locale/src/main/java/sh/okx/rankup/Rankup.java#L193), ie through adding a line such as `saveLocale("es");`. Most of the time I will do this fo royu. +When a locale is added, it should be saved [here](https://github.com/okx-code/Rankup3/blob/locale/src/main/java/sh/okx/rankup/Rankup.java#L193), ie through adding a line such as `saveLocale("es");`. However, I can do it if you forget. You can use the [English](https://github.com/okx-code/Rankup3/blob/locale/src/main/resources/locale/en.yml) locale to help translate.