1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Fix invalid language code for romanian

This commit is contained in:
tobspr 2022-06-17 12:36:31 +02:00
parent 37ff7a132e
commit 11d2c701a2

View File

@ -143,8 +143,8 @@ export const LANGUAGES = {
// romanian
name: "Română",
data: require("./built-temp/base-ro.json"),
code: "pt",
region: "BR",
code: "ro",
region: "",
},
"ru": {