mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-11-09 10:14:46 +00:00
Fix eslint errors
This commit is contained in:
@@ -44,7 +44,7 @@ export const languages = [
|
|||||||
arabic,
|
arabic,
|
||||||
traditionalChinese,
|
traditionalChinese,
|
||||||
hebrew,
|
hebrew,
|
||||||
hungarian
|
hungarian,
|
||||||
indonesian,
|
indonesian,
|
||||||
telugu,
|
telugu,
|
||||||
].sort((a, b) => a.name.localeCompare(b.name));
|
].sort((a, b) => a.name.localeCompare(b.name));
|
||||||
@@ -78,7 +78,7 @@ i18n
|
|||||||
ar,
|
ar,
|
||||||
"zh-TW": zh_tw,
|
"zh-TW": zh_tw,
|
||||||
he,
|
he,
|
||||||
hu
|
hu,
|
||||||
id,
|
id,
|
||||||
te,
|
te,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user