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:
parent
37ff7a132e
commit
11d2c701a2
@ -143,8 +143,8 @@ export const LANGUAGES = {
|
|||||||
// romanian
|
// romanian
|
||||||
name: "Română",
|
name: "Română",
|
||||||
data: require("./built-temp/base-ro.json"),
|
data: require("./built-temp/base-ro.json"),
|
||||||
code: "pt",
|
code: "ro",
|
||||||
region: "BR",
|
region: "",
|
||||||
},
|
},
|
||||||
|
|
||||||
"ru": {
|
"ru": {
|
||||||
|
Loading…
Reference in New Issue
Block a user