Skip to content

Commit

Permalink
Add Nautilus' instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Weathercold committed Dec 6, 2022
1 parent 61e2dfc commit 01a49ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/mindustry/client/utils/Translating.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ public class Translating {
*/
public static volatile ObjectMap<String, Boolean> servers = ObjectMap.of(
//"libretranslate.com", false, requires API key :(
// Thanks to Allen for hosting this instance and Nautilus for giving permission to use it
// https://github.com/TomtheCoder2/mainPlugin/blob/master/src/main/java/mindustry/plugin/minimods/Translate.java#L219
"http://168.119.234.142:5000", false,
"translate.argosopentech.com", false,
"libretranslate.de", false,
"lt.vern.cc", false,
Expand Down

0 comments on commit 01a49ce

Please sign in to comment.