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:
36
languages/american_english.php
Executable file
36
languages/american_english.php
Executable file
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
|
||||
// Append American English to available languages
|
||||
$availableLanguages["en-US"] = [
|
||||
|
||||
// Constants
|
||||
"Constants" => [
|
||||
|
||||
// Language
|
||||
"Language" => "English",
|
||||
|
||||
// Direction
|
||||
"Direction" => "ltr",
|
||||
|
||||
// Image
|
||||
"Image" => "./images/countries/america.svg",
|
||||
|
||||
// Currency
|
||||
"Currency" => "USD",
|
||||
|
||||
// Extension locale code
|
||||
"Extension Locale Code" => "en",
|
||||
|
||||
// Fallback
|
||||
"Fallback" => "en"
|
||||
],
|
||||
|
||||
// Text
|
||||
"Text" => [
|
||||
'(?<=,) ' => ' ',
|
||||
'(?<=.) ' => ' ',
|
||||
'(?<=:) ' => ' ',
|
||||
',(?= )' => ',',
|
||||
]
|
||||
];
|
||||
?>
|
Reference in New Issue
Block a user