mirror of
https://github.com/transatoshi-mw/grin-web-wallet.git
synced 2025-10-07 00:02:47 +00:00
contents of zip
This commit is contained in:
20
scripts/languages.js
Executable file
20
scripts/languages.js
Executable file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
// Included files
|
||||
require_once __DIR__ . "/../backend/common.php";
|
||||
require_once __DIR__ . "/../backend/language.php";
|
||||
|
||||
|
||||
// Main function
|
||||
|
||||
// Set content type header
|
||||
header("Content-Type: application/javascript; charset=" . mb_internal_encoding());
|
||||
|
||||
?>// Use strict
|
||||
"use strict";
|
||||
|
||||
|
||||
// Constants
|
||||
|
||||
// Available languages
|
||||
var AVAILABLE_LANGUAGES = <?= json_encode(getAvailableLanguages()); ?>;
|
Reference in New Issue
Block a user