This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abusaidm.html-snippets | |
anseki.vscode-color | |
austin.vscode-twitter | |
be5invis.toml | |
bierner.lit-html | |
bungcip.better-toml | |
castwide.solargraph | |
chenxsan.vscode-standardjs | |
chrmarti.regex | |
Compulim.vscode-clock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const master = process.argv[2] | |
const source = process.argv[3] | |
const fs = require('fs') | |
if (master === undefined || source === undefined) { | |
console.log('Insufficient arguments.') | |
process.exit(1) | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/www/settings.py b/www/settings.py | |
index 406ab4f..a645f39 100644 | |
--- a/www/settings.py | |
+++ b/www/settings.py | |
@@ -132,7 +132,7 @@ LANGUAGES = { | |
"hu": "Hungarian", | |
"id": "Bahasa Indonesia", | |
"it": "Italiano", | |
- "ja": "日本人", | |
+ "ja": "日本語", |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer