mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-28 09:01:44 +00:00
Update thai language (#3044)
actually add it to the tanslation list and also add the alert translations from https://github.com/MichMich/MagicMirror/pull/3029 since the OP didnt seem to work on it (yet) --------- Co-authored-by: veeck <michael@veeck.de> Co-authored-by: Suthep Yonphimai <tomzt@users.noreply.github.com>
This commit is contained in:
@@ -48,7 +48,8 @@ let translations = {
|
||||
hi: "translations/hi.json", // Hindi
|
||||
gu: "translations/gu.json", // Gujarati
|
||||
gl: "translations/gl.json", // Galego
|
||||
lt: "translations/lt.json" // Lithuanian
|
||||
lt: "translations/lt.json", // Lithuanian
|
||||
th: "translations/th.json" // Thai
|
||||
};
|
||||
|
||||
if (typeof module !== "undefined") {
|
||||
|
Reference in New Issue
Block a user