diff --git a/.gitignore b/.gitignore index 0de9aaf..015a031 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ node_modules/ .idea .sass-cache *.map +js/lang.js diff --git a/js/lang.js b/js/lang.js deleted file mode 100644 index 429f1ac..0000000 --- a/js/lang.js +++ /dev/null @@ -1,14 +0,0 @@ -// Generated from PHP locale file -let _tr = { - "wifi.connected_ip_is": "Connected, IP is ", - "wifi.not_conn": "Not connected.", - "wifi.enter_passwd": "Enter password for \":ssid:\"", - "term_nav.fullscreen": "Fullscreen", - "term_conn.connecting": "Connecting", - "term_conn.waiting_content": "Waiting for content", - "term_conn.disconnected": "Disconnected", - "term_conn.waiting_server": "Waiting for server", - "term_conn.reconnecting": "Reconnecting" -}; - -module.exports = function tr (key) { return _tr[key] || '?' + key + '?' }