Remove generated lang.js

box-drawing
cpsdqs 7 years ago
parent 7c91203528
commit e105344ccc
Signed by untrusted user: cpsdqs
GPG Key ID: 3F59586BB7448DD1
  1. 1
      .gitignore
  2. 14
      js/lang.js

1
.gitignore vendored

@ -7,3 +7,4 @@ node_modules/
.idea
.sass-cache
*.map
js/lang.js

@ -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 + '?' }
Loading…
Cancel
Save