Skip to content
Snippets Groups Projects
Commit 9bc5f5bda4db authored by kairo's avatar kairo
Browse files

fix JS error due to missing quotes

parent 8d7c3b1fd69c
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@
"gl": { "-": { version: null, betaversion: null, name: "Galician", localName: "Galego" } },
"gu": { "in": { version: null, betaversion: null, name: "Gujarati", localName: "\u0A97\u0AC1\u0A9C\u0AB0\u0ABE\u0AA4\u0AC0" } },
"he": { "-": { version: null, betaversion: null, name: "Hebrew", localName: "\u05E2\u05D1\u05E8\u05D9\u05EA" } },
"hu": { "-": { version: null, betaversion: [% betaversion%], name: "Hungarian", localName: "Magyar" } },
"hu": { "-": { version: null, betaversion: "[% betaversion%]", name: "Hungarian", localName: "Magyar" } },
"hy": { "am": { version: null, betaversion: null, name: "Armenian", localName: "\u0540\u0561\u0575\u0565\u0580\u0565\u0576" } },
"it": { "-": { version: "[% releaseversion %]", betaversion: "[% betaversion %]", name: "Italian", localName: "Italiano" } },
"ja": { "-": { version: "[% releaseversion %]", betaversion: "[% betaversion %]", name: "Japanese", localName: "\u65e5\u672c\u8a9e" } },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment