Create initial language support

Create support for languages, then reformat user, home, and post pages
to use it, and create en and en-us language files.
This commit is contained in:
Cadence Ember
2020-07-20 01:40:27 +12:00
parent 1f76e43446
commit 496d53f47e
22 changed files with 319 additions and 54 deletions

View File

@@ -7,6 +7,7 @@
"scripts": {
"start": "cd src/site && node server.js",
"assistant": "cd src/site && node assistant.js",
"build-lang": "cd src/lang/utils && node build_base.js",
"test": "tap"
},
"keywords": [],