diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index e0c628ba5e6..a8e8dad39e7 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -322,11 +322,19 @@ }); items.push({ id: "us", - description: "US" + description: "US Keboard" + }); + items.push({ + id: "uk", + description: "UK Keyboard" }); items.push({ id: "jp", - description: "Japanese" + description: "Japanese Keyboard" + }); + items.push({ + id: "sc", + description: "Simplified Chinese" }); args.response.success({ data: items