From a3e1e7f464748a7bb089485a81ca7fafd6b3450a Mon Sep 17 00:00:00 2001 From: okx-code Date: Fri, 20 Sep 2019 06:55:47 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b414bfd..547713b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Translation If you would like to contribute to translating the plugin, you can fork it. -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) +Locale names are in ISO-639-1 and are in the folder [`src/main/resources/locale`](https://github.com/okx-code/Rankup3/tree/master/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#L201), ie through adding a line such as `saveLocale("es");`. However, I can do it if you forget.