mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 05:07:41 +02:00
just a clean up
- moved pattern testers out of match module (thanks you @radkii) - button borders are now easier to see the reason this commit exists is because i tried to implement a language picker and failed to do it properly so here we are
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "bahasa indonesia",
|
||||
"name": "indonesia",
|
||||
"code": "id",
|
||||
"substrings": {
|
||||
"ContactLink": "<a class=\"text-backdrop\" href=\"{repo}\">beri tau saya</a>"
|
||||
|
@ -3,6 +3,7 @@ import { appName, repo } from "../modules/config.js";
|
||||
import loadJson from "../modules/sub/loadJSON.js";
|
||||
|
||||
const locPath = './src/localization/languages'
|
||||
|
||||
let loc = {}
|
||||
|
||||
export async function loadLoc() {
|
||||
|
Reference in New Issue
Block a user