├── .gitignore ├── LICENSE ├── README.md ├── bin └── build ├── composer.json ├── data ├── af │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── af_NA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── af_ZA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ak │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ak_GH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── am │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── am_ET │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_AE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_BH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_DJ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_DZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_EG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_EH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_ER │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_IL │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_IQ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_JO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_KM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_KW │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_LB │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_LY │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_MA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_MR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_OM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_PS │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_QA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_SA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_SD │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_SO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_SS │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_SY │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_TD │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_TN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ar_YE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── as │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── as_IN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── az │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── az_AZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── az_Cyrl │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── az_Cyrl_AZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── az_Latn │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── az_Latn_AZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── be │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── be_BY │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── bg │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── bg_BG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── bm │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── bm_ML │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── bn │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── bn_BD │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── bn_IN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── bo │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── bo_CN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── bo_IN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── br │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── br_FR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── bs │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── bs_BA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── bs_Cyrl │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── bs_Cyrl_BA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── bs_Latn │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── bs_Latn_BA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ca │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ca_AD │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ca_ES │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ca_FR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ca_IT │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ce │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ce_RU │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── cs │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── cs_CZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── cy │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── cy_GB │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── da │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── da_DK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── da_GL │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── de │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── de_AT │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── de_BE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── de_CH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── de_DE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── de_IT │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── de_LI │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── de_LU │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── dz │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── dz_BT │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ee │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ee_GH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ee_TG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── el │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── el_CY │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── el_GR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_AG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_AI │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_AS │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_AT │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_AU │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_BB │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_BE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_BI │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_BM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_BS │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_BW │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_BZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_CA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_CC │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_CH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_CK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_CM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_CX │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_CY │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_DE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_DG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_DK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_DM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_ER │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_FI │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_FJ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_FK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_FM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_GB │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_GD │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_GG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_GH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_GI │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_GM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_GU │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_GY │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_HK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_IE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_IL │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_IM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_IN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_IO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_JE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_JM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_KE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_KI │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_KN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_KY │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_LC │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_LR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_LS │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_MG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_MH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_MO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_MP │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_MS │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_MT │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_MU │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_MW │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_MY │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_NA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_NF │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_NG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_NL │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_NR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_NU │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_NZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_PG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_PH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_PK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_PN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_PR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_PW │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_RW │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_SB │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_SC │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_SD │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_SE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_SG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_SH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_SI │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_SL │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_SS │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_SX │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_SZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_TC │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_TK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_TO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_TT │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_TV │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_TZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_UG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_UM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_US │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_VC │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_VG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_VI │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_VU │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_WS │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_ZA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_ZM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── en_ZW │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── eo │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_AR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_BO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_BR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_BZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_CL │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_CO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_CR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_CU │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_DO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_EA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_EC │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_ES │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_GQ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_GT │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_HN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_IC │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_MX │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_NI │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_PA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_PE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_PH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_PR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_PY │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_SV │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_US │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_UY │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── es_VE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── et │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── et_EE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── eu │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── eu_ES │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fa │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fa_AF │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fa_IR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ff │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ff_CM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ff_GN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ff_MR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ff_SN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fi │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fi_FI │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fo │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fo_DK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fo_FO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_BE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_BF │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_BI │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_BJ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_BL │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_CA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_CD │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_CF │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_CG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_CH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_CI │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_CM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_DJ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_DZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_FR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_GA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_GF │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_GN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_GP │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_GQ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_HT │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_KM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_LU │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_MA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_MC │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_MF │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_MG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_ML │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_MQ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_MR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_MU │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_NC │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_NE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_PF │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_PM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_RE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_RW │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_SC │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_SN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_SY │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_TD │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_TG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_TN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_VU │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_WF │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fr_YT │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fy │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── fy_NL │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ga │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ga_IE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── gd │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── gd_GB │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── gl │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── gl_ES │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── gu │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── gu_IN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── gv │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── gv_IM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ha │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ha_GH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ha_NE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ha_NG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── he │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── he_IL │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── hi │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── hi_IN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── hr │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── hr_BA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── hr_HR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── hu │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── hu_HU │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── hy │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── hy_AM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── id │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── id_ID │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ig │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ig_NG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ii │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ii_CN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── is │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── is_IS │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── it │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── it_CH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── it_IT │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── it_SM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── it_VA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ja │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ja_JP │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ka │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ka_GE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ki │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ki_KE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── kk │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── kk_KZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── kl │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── kl_GL │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── km │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── km_KH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── kn │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── kn_IN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ko │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ko_KP │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ko_KR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ks │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ks_IN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── kw │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── kw_GB │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ky │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ky_KG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── lb │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── lb_LU │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── lg │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── lg_UG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ln │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ln_AO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ln_CD │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ln_CF │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ln_CG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── lo │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── lo_LA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── lt │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── lt_LT │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── lu │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── lu_CD │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── lv │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── lv_LV │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── mg │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── mg_MG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── mk │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── mk_MK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ml │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ml_IN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── mn │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── mn_MN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── mr │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── mr_IN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ms │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ms_BN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ms_MY │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ms_SG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── mt │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── mt_MT │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── my │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── my_MM │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── nb │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── nb_NO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── nb_SJ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── nd │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── nd_ZW │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ne │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ne_IN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ne_NP │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── nl │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── nl_AW │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── nl_BE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── nl_BQ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── nl_CW │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── nl_NL │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── nl_SR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── nl_SX │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── nn │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── nn_NO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── no │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── no_NO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── om │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── om_ET │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── om_KE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── or │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── or_IN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── os │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── os_GE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── os_RU │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pa │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pa_Arab │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pa_Arab_PK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pa_Guru │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pa_Guru_IN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pa_IN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pa_PK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pl │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pl_PL │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ps │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ps_AF │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pt │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pt_AO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pt_BR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pt_CH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pt_CV │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pt_GQ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pt_GW │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pt_LU │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pt_MO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pt_MZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pt_PT │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pt_ST │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── pt_TL │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── qu │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── qu_BO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── qu_EC │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── qu_PE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── rm │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── rm_CH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── rn │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── rn_BI │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ro │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ro_MD │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ro_RO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ru │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ru_BY │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ru_KG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ru_KZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ru_MD │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ru_RU │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ru_UA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── rw │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── rw_RW │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── se │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── se_FI │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── se_NO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── se_SE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sg │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sg_CF │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sh │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sh_BA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── si │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── si_LK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sk │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sk_SK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sl │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sl_SI │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sn │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sn_ZW │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── so │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── so_DJ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── so_ET │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── so_KE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── so_SO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sq │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sq_AL │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sq_MK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sq_XK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sr │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sr_BA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sr_Cyrl │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sr_Cyrl_BA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sr_Cyrl_ME │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sr_Cyrl_RS │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sr_Cyrl_XK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sr_Latn │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sr_Latn_BA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sr_Latn_ME │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sr_Latn_RS │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sr_Latn_XK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sr_ME │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sr_RS │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sr_XK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sv │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sv_AX │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sv_FI │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sv_SE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sw │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sw_CD │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sw_KE │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sw_TZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── sw_UG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ta │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ta_IN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ta_LK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ta_MY │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ta_SG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── te │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── te_IN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── th │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── th_TH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ti │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ti_ER │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ti_ET │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── tl │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── tl_PH │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── to │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── to_TO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── tr │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── tr_CY │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── tr_TR │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ug │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ug_CN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── uk │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── uk_UA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ur │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ur_IN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── ur_PK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── uz │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── uz_AF │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── uz_Arab │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── uz_Arab_AF │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── uz_Cyrl │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── uz_Cyrl_UZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── uz_Latn │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── uz_Latn_UZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── uz_UZ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── vi │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── vi_VN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── yi │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── yo │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── yo_BJ │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── yo_NG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── zh │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── zh_CN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── zh_HK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── zh_Hans │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── zh_Hans_CN │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── zh_Hans_HK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── zh_Hans_MO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── zh_Hans_SG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── zh_Hant │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── zh_Hant_HK │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── zh_Hant_MO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── zh_Hant_TW │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── zh_MO │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── zh_SG │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── zh_TW │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml ├── zu │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml └── zu_ZA │ ├── currency.csv │ ├── currency.html │ ├── currency.json │ ├── currency.mysql.sql │ ├── currency.php │ ├── currency.postgresql.sql │ ├── currency.sqlite.sql │ ├── currency.txt │ ├── currency.xliff │ ├── currency.xml │ └── currency.yaml └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/README.md -------------------------------------------------------------------------------- /bin/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/bin/build -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/composer.json -------------------------------------------------------------------------------- /data/af/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/af/currency.csv -------------------------------------------------------------------------------- /data/af/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/af/currency.html -------------------------------------------------------------------------------- /data/af/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/af/currency.json -------------------------------------------------------------------------------- /data/af/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/af/currency.php -------------------------------------------------------------------------------- /data/af/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/af/currency.txt -------------------------------------------------------------------------------- /data/af/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/af/currency.xliff -------------------------------------------------------------------------------- /data/af/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/af/currency.xml -------------------------------------------------------------------------------- /data/af/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/af/currency.yaml -------------------------------------------------------------------------------- /data/ak/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ak/currency.csv -------------------------------------------------------------------------------- /data/ak/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ak/currency.html -------------------------------------------------------------------------------- /data/ak/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ak/currency.json -------------------------------------------------------------------------------- /data/ak/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ak/currency.php -------------------------------------------------------------------------------- /data/ak/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ak/currency.txt -------------------------------------------------------------------------------- /data/ak/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ak/currency.xliff -------------------------------------------------------------------------------- /data/ak/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ak/currency.xml -------------------------------------------------------------------------------- /data/ak/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ak/currency.yaml -------------------------------------------------------------------------------- /data/am/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/am/currency.csv -------------------------------------------------------------------------------- /data/am/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/am/currency.html -------------------------------------------------------------------------------- /data/am/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/am/currency.json -------------------------------------------------------------------------------- /data/am/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/am/currency.php -------------------------------------------------------------------------------- /data/am/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/am/currency.txt -------------------------------------------------------------------------------- /data/am/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/am/currency.xliff -------------------------------------------------------------------------------- /data/am/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/am/currency.xml -------------------------------------------------------------------------------- /data/am/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/am/currency.yaml -------------------------------------------------------------------------------- /data/ar/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ar/currency.csv -------------------------------------------------------------------------------- /data/ar/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ar/currency.html -------------------------------------------------------------------------------- /data/ar/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ar/currency.json -------------------------------------------------------------------------------- /data/ar/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ar/currency.php -------------------------------------------------------------------------------- /data/ar/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ar/currency.txt -------------------------------------------------------------------------------- /data/ar/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ar/currency.xliff -------------------------------------------------------------------------------- /data/ar/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ar/currency.xml -------------------------------------------------------------------------------- /data/ar/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ar/currency.yaml -------------------------------------------------------------------------------- /data/as/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/as/currency.csv -------------------------------------------------------------------------------- /data/as/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/as/currency.html -------------------------------------------------------------------------------- /data/as/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/as/currency.json -------------------------------------------------------------------------------- /data/as/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/as/currency.php -------------------------------------------------------------------------------- /data/as/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/as/currency.txt -------------------------------------------------------------------------------- /data/as/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/as/currency.xliff -------------------------------------------------------------------------------- /data/as/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/as/currency.xml -------------------------------------------------------------------------------- /data/as/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/as/currency.yaml -------------------------------------------------------------------------------- /data/az/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/az/currency.csv -------------------------------------------------------------------------------- /data/az/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/az/currency.html -------------------------------------------------------------------------------- /data/az/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/az/currency.json -------------------------------------------------------------------------------- /data/az/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/az/currency.php -------------------------------------------------------------------------------- /data/az/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/az/currency.txt -------------------------------------------------------------------------------- /data/az/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/az/currency.xliff -------------------------------------------------------------------------------- /data/az/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/az/currency.xml -------------------------------------------------------------------------------- /data/az/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/az/currency.yaml -------------------------------------------------------------------------------- /data/be/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/be/currency.csv -------------------------------------------------------------------------------- /data/be/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/be/currency.html -------------------------------------------------------------------------------- /data/be/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/be/currency.json -------------------------------------------------------------------------------- /data/be/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/be/currency.php -------------------------------------------------------------------------------- /data/be/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/be/currency.txt -------------------------------------------------------------------------------- /data/be/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/be/currency.xliff -------------------------------------------------------------------------------- /data/be/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/be/currency.xml -------------------------------------------------------------------------------- /data/be/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/be/currency.yaml -------------------------------------------------------------------------------- /data/bg/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bg/currency.csv -------------------------------------------------------------------------------- /data/bg/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bg/currency.html -------------------------------------------------------------------------------- /data/bg/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bg/currency.json -------------------------------------------------------------------------------- /data/bg/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bg/currency.php -------------------------------------------------------------------------------- /data/bg/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bg/currency.txt -------------------------------------------------------------------------------- /data/bg/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bg/currency.xliff -------------------------------------------------------------------------------- /data/bg/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bg/currency.xml -------------------------------------------------------------------------------- /data/bg/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bg/currency.yaml -------------------------------------------------------------------------------- /data/bm/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bm/currency.csv -------------------------------------------------------------------------------- /data/bm/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bm/currency.html -------------------------------------------------------------------------------- /data/bm/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bm/currency.json -------------------------------------------------------------------------------- /data/bm/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bm/currency.php -------------------------------------------------------------------------------- /data/bm/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bm/currency.txt -------------------------------------------------------------------------------- /data/bm/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bm/currency.xliff -------------------------------------------------------------------------------- /data/bm/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bm/currency.xml -------------------------------------------------------------------------------- /data/bm/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bm/currency.yaml -------------------------------------------------------------------------------- /data/bn/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bn/currency.csv -------------------------------------------------------------------------------- /data/bn/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bn/currency.html -------------------------------------------------------------------------------- /data/bn/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bn/currency.json -------------------------------------------------------------------------------- /data/bn/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bn/currency.php -------------------------------------------------------------------------------- /data/bn/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bn/currency.txt -------------------------------------------------------------------------------- /data/bn/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bn/currency.xliff -------------------------------------------------------------------------------- /data/bn/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bn/currency.xml -------------------------------------------------------------------------------- /data/bn/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bn/currency.yaml -------------------------------------------------------------------------------- /data/bo/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bo/currency.csv -------------------------------------------------------------------------------- /data/bo/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bo/currency.html -------------------------------------------------------------------------------- /data/bo/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bo/currency.json -------------------------------------------------------------------------------- /data/bo/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bo/currency.php -------------------------------------------------------------------------------- /data/bo/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bo/currency.txt -------------------------------------------------------------------------------- /data/bo/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bo/currency.xliff -------------------------------------------------------------------------------- /data/bo/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bo/currency.xml -------------------------------------------------------------------------------- /data/bo/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bo/currency.yaml -------------------------------------------------------------------------------- /data/br/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/br/currency.csv -------------------------------------------------------------------------------- /data/br/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/br/currency.html -------------------------------------------------------------------------------- /data/br/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/br/currency.json -------------------------------------------------------------------------------- /data/br/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/br/currency.php -------------------------------------------------------------------------------- /data/br/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/br/currency.txt -------------------------------------------------------------------------------- /data/br/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/br/currency.xliff -------------------------------------------------------------------------------- /data/br/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/br/currency.xml -------------------------------------------------------------------------------- /data/br/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/br/currency.yaml -------------------------------------------------------------------------------- /data/bs/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bs/currency.csv -------------------------------------------------------------------------------- /data/bs/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bs/currency.html -------------------------------------------------------------------------------- /data/bs/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bs/currency.json -------------------------------------------------------------------------------- /data/bs/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bs/currency.php -------------------------------------------------------------------------------- /data/bs/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bs/currency.txt -------------------------------------------------------------------------------- /data/bs/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bs/currency.xliff -------------------------------------------------------------------------------- /data/bs/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bs/currency.xml -------------------------------------------------------------------------------- /data/bs/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/bs/currency.yaml -------------------------------------------------------------------------------- /data/ca/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ca/currency.csv -------------------------------------------------------------------------------- /data/ca/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ca/currency.html -------------------------------------------------------------------------------- /data/ca/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ca/currency.json -------------------------------------------------------------------------------- /data/ca/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ca/currency.php -------------------------------------------------------------------------------- /data/ca/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ca/currency.txt -------------------------------------------------------------------------------- /data/ca/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ca/currency.xliff -------------------------------------------------------------------------------- /data/ca/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ca/currency.xml -------------------------------------------------------------------------------- /data/ca/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ca/currency.yaml -------------------------------------------------------------------------------- /data/ce/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ce/currency.csv -------------------------------------------------------------------------------- /data/ce/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ce/currency.html -------------------------------------------------------------------------------- /data/ce/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ce/currency.json -------------------------------------------------------------------------------- /data/ce/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ce/currency.php -------------------------------------------------------------------------------- /data/ce/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ce/currency.txt -------------------------------------------------------------------------------- /data/ce/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ce/currency.xliff -------------------------------------------------------------------------------- /data/ce/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ce/currency.xml -------------------------------------------------------------------------------- /data/ce/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ce/currency.yaml -------------------------------------------------------------------------------- /data/cs/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/cs/currency.csv -------------------------------------------------------------------------------- /data/cs/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/cs/currency.html -------------------------------------------------------------------------------- /data/cs/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/cs/currency.json -------------------------------------------------------------------------------- /data/cs/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/cs/currency.php -------------------------------------------------------------------------------- /data/cs/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/cs/currency.txt -------------------------------------------------------------------------------- /data/cs/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/cs/currency.xliff -------------------------------------------------------------------------------- /data/cs/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/cs/currency.xml -------------------------------------------------------------------------------- /data/cs/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/cs/currency.yaml -------------------------------------------------------------------------------- /data/cy/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/cy/currency.csv -------------------------------------------------------------------------------- /data/cy/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/cy/currency.html -------------------------------------------------------------------------------- /data/cy/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/cy/currency.json -------------------------------------------------------------------------------- /data/cy/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/cy/currency.php -------------------------------------------------------------------------------- /data/cy/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/cy/currency.txt -------------------------------------------------------------------------------- /data/cy/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/cy/currency.xliff -------------------------------------------------------------------------------- /data/cy/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/cy/currency.xml -------------------------------------------------------------------------------- /data/cy/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/cy/currency.yaml -------------------------------------------------------------------------------- /data/da/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/da/currency.csv -------------------------------------------------------------------------------- /data/da/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/da/currency.html -------------------------------------------------------------------------------- /data/da/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/da/currency.json -------------------------------------------------------------------------------- /data/da/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/da/currency.php -------------------------------------------------------------------------------- /data/da/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/da/currency.txt -------------------------------------------------------------------------------- /data/da/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/da/currency.xliff -------------------------------------------------------------------------------- /data/da/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/da/currency.xml -------------------------------------------------------------------------------- /data/da/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/da/currency.yaml -------------------------------------------------------------------------------- /data/de/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/de/currency.csv -------------------------------------------------------------------------------- /data/de/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/de/currency.html -------------------------------------------------------------------------------- /data/de/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/de/currency.json -------------------------------------------------------------------------------- /data/de/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/de/currency.php -------------------------------------------------------------------------------- /data/de/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/de/currency.txt -------------------------------------------------------------------------------- /data/de/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/de/currency.xliff -------------------------------------------------------------------------------- /data/de/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/de/currency.xml -------------------------------------------------------------------------------- /data/de/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/de/currency.yaml -------------------------------------------------------------------------------- /data/dz/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/dz/currency.csv -------------------------------------------------------------------------------- /data/dz/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/dz/currency.html -------------------------------------------------------------------------------- /data/dz/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/dz/currency.json -------------------------------------------------------------------------------- /data/dz/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/dz/currency.php -------------------------------------------------------------------------------- /data/dz/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/dz/currency.txt -------------------------------------------------------------------------------- /data/dz/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/dz/currency.xliff -------------------------------------------------------------------------------- /data/dz/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/dz/currency.xml -------------------------------------------------------------------------------- /data/dz/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/dz/currency.yaml -------------------------------------------------------------------------------- /data/ee/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ee/currency.csv -------------------------------------------------------------------------------- /data/ee/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ee/currency.html -------------------------------------------------------------------------------- /data/ee/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ee/currency.json -------------------------------------------------------------------------------- /data/ee/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ee/currency.php -------------------------------------------------------------------------------- /data/ee/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ee/currency.txt -------------------------------------------------------------------------------- /data/ee/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ee/currency.xliff -------------------------------------------------------------------------------- /data/ee/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ee/currency.xml -------------------------------------------------------------------------------- /data/ee/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ee/currency.yaml -------------------------------------------------------------------------------- /data/el/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/el/currency.csv -------------------------------------------------------------------------------- /data/el/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/el/currency.html -------------------------------------------------------------------------------- /data/el/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/el/currency.json -------------------------------------------------------------------------------- /data/el/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/el/currency.php -------------------------------------------------------------------------------- /data/el/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/el/currency.txt -------------------------------------------------------------------------------- /data/el/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/el/currency.xliff -------------------------------------------------------------------------------- /data/el/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/el/currency.xml -------------------------------------------------------------------------------- /data/el/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/el/currency.yaml -------------------------------------------------------------------------------- /data/en/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/en/currency.csv -------------------------------------------------------------------------------- /data/en/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/en/currency.html -------------------------------------------------------------------------------- /data/en/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/en/currency.json -------------------------------------------------------------------------------- /data/en/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/en/currency.php -------------------------------------------------------------------------------- /data/en/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/en/currency.txt -------------------------------------------------------------------------------- /data/en/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/en/currency.xliff -------------------------------------------------------------------------------- /data/en/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/en/currency.xml -------------------------------------------------------------------------------- /data/en/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/en/currency.yaml -------------------------------------------------------------------------------- /data/eo/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/eo/currency.csv -------------------------------------------------------------------------------- /data/eo/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/eo/currency.html -------------------------------------------------------------------------------- /data/eo/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/eo/currency.json -------------------------------------------------------------------------------- /data/eo/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/eo/currency.php -------------------------------------------------------------------------------- /data/eo/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/eo/currency.txt -------------------------------------------------------------------------------- /data/eo/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/eo/currency.xliff -------------------------------------------------------------------------------- /data/eo/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/eo/currency.xml -------------------------------------------------------------------------------- /data/eo/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/eo/currency.yaml -------------------------------------------------------------------------------- /data/es/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/es/currency.csv -------------------------------------------------------------------------------- /data/es/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/es/currency.html -------------------------------------------------------------------------------- /data/es/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/es/currency.json -------------------------------------------------------------------------------- /data/es/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/es/currency.php -------------------------------------------------------------------------------- /data/es/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/es/currency.txt -------------------------------------------------------------------------------- /data/es/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/es/currency.xliff -------------------------------------------------------------------------------- /data/es/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/es/currency.xml -------------------------------------------------------------------------------- /data/es/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/es/currency.yaml -------------------------------------------------------------------------------- /data/et/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/et/currency.csv -------------------------------------------------------------------------------- /data/et/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/et/currency.html -------------------------------------------------------------------------------- /data/et/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/et/currency.json -------------------------------------------------------------------------------- /data/et/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/et/currency.php -------------------------------------------------------------------------------- /data/et/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/et/currency.txt -------------------------------------------------------------------------------- /data/et/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/et/currency.xliff -------------------------------------------------------------------------------- /data/et/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/et/currency.xml -------------------------------------------------------------------------------- /data/et/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/et/currency.yaml -------------------------------------------------------------------------------- /data/eu/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/eu/currency.csv -------------------------------------------------------------------------------- /data/eu/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/eu/currency.html -------------------------------------------------------------------------------- /data/eu/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/eu/currency.json -------------------------------------------------------------------------------- /data/eu/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/eu/currency.php -------------------------------------------------------------------------------- /data/eu/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/eu/currency.txt -------------------------------------------------------------------------------- /data/eu/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/eu/currency.xliff -------------------------------------------------------------------------------- /data/eu/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/eu/currency.xml -------------------------------------------------------------------------------- /data/eu/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/eu/currency.yaml -------------------------------------------------------------------------------- /data/fa/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fa/currency.csv -------------------------------------------------------------------------------- /data/fa/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fa/currency.html -------------------------------------------------------------------------------- /data/fa/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fa/currency.json -------------------------------------------------------------------------------- /data/fa/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fa/currency.php -------------------------------------------------------------------------------- /data/fa/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fa/currency.txt -------------------------------------------------------------------------------- /data/fa/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fa/currency.xliff -------------------------------------------------------------------------------- /data/fa/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fa/currency.xml -------------------------------------------------------------------------------- /data/fa/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fa/currency.yaml -------------------------------------------------------------------------------- /data/ff/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ff/currency.csv -------------------------------------------------------------------------------- /data/ff/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ff/currency.html -------------------------------------------------------------------------------- /data/ff/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ff/currency.json -------------------------------------------------------------------------------- /data/ff/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ff/currency.php -------------------------------------------------------------------------------- /data/ff/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ff/currency.txt -------------------------------------------------------------------------------- /data/ff/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ff/currency.xliff -------------------------------------------------------------------------------- /data/ff/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ff/currency.xml -------------------------------------------------------------------------------- /data/ff/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ff/currency.yaml -------------------------------------------------------------------------------- /data/fi/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fi/currency.csv -------------------------------------------------------------------------------- /data/fi/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fi/currency.html -------------------------------------------------------------------------------- /data/fi/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fi/currency.json -------------------------------------------------------------------------------- /data/fi/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fi/currency.php -------------------------------------------------------------------------------- /data/fi/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fi/currency.txt -------------------------------------------------------------------------------- /data/fi/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fi/currency.xliff -------------------------------------------------------------------------------- /data/fi/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fi/currency.xml -------------------------------------------------------------------------------- /data/fi/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fi/currency.yaml -------------------------------------------------------------------------------- /data/fo/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fo/currency.csv -------------------------------------------------------------------------------- /data/fo/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fo/currency.html -------------------------------------------------------------------------------- /data/fo/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fo/currency.json -------------------------------------------------------------------------------- /data/fo/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fo/currency.php -------------------------------------------------------------------------------- /data/fo/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fo/currency.txt -------------------------------------------------------------------------------- /data/fo/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fo/currency.xliff -------------------------------------------------------------------------------- /data/fo/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fo/currency.xml -------------------------------------------------------------------------------- /data/fo/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fo/currency.yaml -------------------------------------------------------------------------------- /data/fr/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fr/currency.csv -------------------------------------------------------------------------------- /data/fr/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fr/currency.html -------------------------------------------------------------------------------- /data/fr/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fr/currency.json -------------------------------------------------------------------------------- /data/fr/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fr/currency.php -------------------------------------------------------------------------------- /data/fr/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fr/currency.txt -------------------------------------------------------------------------------- /data/fr/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fr/currency.xliff -------------------------------------------------------------------------------- /data/fr/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fr/currency.xml -------------------------------------------------------------------------------- /data/fr/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fr/currency.yaml -------------------------------------------------------------------------------- /data/fy/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fy/currency.csv -------------------------------------------------------------------------------- /data/fy/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fy/currency.html -------------------------------------------------------------------------------- /data/fy/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fy/currency.json -------------------------------------------------------------------------------- /data/fy/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fy/currency.php -------------------------------------------------------------------------------- /data/fy/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fy/currency.txt -------------------------------------------------------------------------------- /data/fy/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fy/currency.xliff -------------------------------------------------------------------------------- /data/fy/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fy/currency.xml -------------------------------------------------------------------------------- /data/fy/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/fy/currency.yaml -------------------------------------------------------------------------------- /data/ga/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ga/currency.csv -------------------------------------------------------------------------------- /data/ga/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ga/currency.html -------------------------------------------------------------------------------- /data/ga/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ga/currency.json -------------------------------------------------------------------------------- /data/ga/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ga/currency.php -------------------------------------------------------------------------------- /data/ga/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ga/currency.txt -------------------------------------------------------------------------------- /data/ga/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ga/currency.xliff -------------------------------------------------------------------------------- /data/ga/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ga/currency.xml -------------------------------------------------------------------------------- /data/ga/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ga/currency.yaml -------------------------------------------------------------------------------- /data/gd/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gd/currency.csv -------------------------------------------------------------------------------- /data/gd/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gd/currency.html -------------------------------------------------------------------------------- /data/gd/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gd/currency.json -------------------------------------------------------------------------------- /data/gd/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gd/currency.php -------------------------------------------------------------------------------- /data/gd/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gd/currency.txt -------------------------------------------------------------------------------- /data/gd/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gd/currency.xliff -------------------------------------------------------------------------------- /data/gd/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gd/currency.xml -------------------------------------------------------------------------------- /data/gd/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gd/currency.yaml -------------------------------------------------------------------------------- /data/gl/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gl/currency.csv -------------------------------------------------------------------------------- /data/gl/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gl/currency.html -------------------------------------------------------------------------------- /data/gl/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gl/currency.json -------------------------------------------------------------------------------- /data/gl/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gl/currency.php -------------------------------------------------------------------------------- /data/gl/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gl/currency.txt -------------------------------------------------------------------------------- /data/gl/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gl/currency.xliff -------------------------------------------------------------------------------- /data/gl/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gl/currency.xml -------------------------------------------------------------------------------- /data/gl/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gl/currency.yaml -------------------------------------------------------------------------------- /data/gu/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gu/currency.csv -------------------------------------------------------------------------------- /data/gu/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gu/currency.html -------------------------------------------------------------------------------- /data/gu/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gu/currency.json -------------------------------------------------------------------------------- /data/gu/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gu/currency.php -------------------------------------------------------------------------------- /data/gu/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gu/currency.txt -------------------------------------------------------------------------------- /data/gu/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gu/currency.xliff -------------------------------------------------------------------------------- /data/gu/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gu/currency.xml -------------------------------------------------------------------------------- /data/gu/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gu/currency.yaml -------------------------------------------------------------------------------- /data/gv/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gv/currency.csv -------------------------------------------------------------------------------- /data/gv/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gv/currency.html -------------------------------------------------------------------------------- /data/gv/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gv/currency.json -------------------------------------------------------------------------------- /data/gv/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gv/currency.php -------------------------------------------------------------------------------- /data/gv/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gv/currency.txt -------------------------------------------------------------------------------- /data/gv/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gv/currency.xliff -------------------------------------------------------------------------------- /data/gv/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gv/currency.xml -------------------------------------------------------------------------------- /data/gv/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/gv/currency.yaml -------------------------------------------------------------------------------- /data/ha/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ha/currency.csv -------------------------------------------------------------------------------- /data/ha/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ha/currency.html -------------------------------------------------------------------------------- /data/ha/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ha/currency.json -------------------------------------------------------------------------------- /data/ha/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ha/currency.php -------------------------------------------------------------------------------- /data/ha/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ha/currency.txt -------------------------------------------------------------------------------- /data/ha/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ha/currency.xliff -------------------------------------------------------------------------------- /data/ha/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ha/currency.xml -------------------------------------------------------------------------------- /data/ha/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ha/currency.yaml -------------------------------------------------------------------------------- /data/he/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/he/currency.csv -------------------------------------------------------------------------------- /data/he/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/he/currency.html -------------------------------------------------------------------------------- /data/he/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/he/currency.json -------------------------------------------------------------------------------- /data/he/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/he/currency.php -------------------------------------------------------------------------------- /data/he/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/he/currency.txt -------------------------------------------------------------------------------- /data/he/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/he/currency.xliff -------------------------------------------------------------------------------- /data/he/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/he/currency.xml -------------------------------------------------------------------------------- /data/he/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/he/currency.yaml -------------------------------------------------------------------------------- /data/hi/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hi/currency.csv -------------------------------------------------------------------------------- /data/hi/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hi/currency.html -------------------------------------------------------------------------------- /data/hi/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hi/currency.json -------------------------------------------------------------------------------- /data/hi/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hi/currency.php -------------------------------------------------------------------------------- /data/hi/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hi/currency.txt -------------------------------------------------------------------------------- /data/hi/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hi/currency.xliff -------------------------------------------------------------------------------- /data/hi/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hi/currency.xml -------------------------------------------------------------------------------- /data/hi/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hi/currency.yaml -------------------------------------------------------------------------------- /data/hr/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hr/currency.csv -------------------------------------------------------------------------------- /data/hr/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hr/currency.html -------------------------------------------------------------------------------- /data/hr/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hr/currency.json -------------------------------------------------------------------------------- /data/hr/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hr/currency.php -------------------------------------------------------------------------------- /data/hr/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hr/currency.txt -------------------------------------------------------------------------------- /data/hr/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hr/currency.xliff -------------------------------------------------------------------------------- /data/hr/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hr/currency.xml -------------------------------------------------------------------------------- /data/hr/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hr/currency.yaml -------------------------------------------------------------------------------- /data/hu/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hu/currency.csv -------------------------------------------------------------------------------- /data/hu/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hu/currency.html -------------------------------------------------------------------------------- /data/hu/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hu/currency.json -------------------------------------------------------------------------------- /data/hu/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hu/currency.php -------------------------------------------------------------------------------- /data/hu/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hu/currency.txt -------------------------------------------------------------------------------- /data/hu/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hu/currency.xliff -------------------------------------------------------------------------------- /data/hu/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hu/currency.xml -------------------------------------------------------------------------------- /data/hu/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hu/currency.yaml -------------------------------------------------------------------------------- /data/hy/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hy/currency.csv -------------------------------------------------------------------------------- /data/hy/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hy/currency.html -------------------------------------------------------------------------------- /data/hy/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hy/currency.json -------------------------------------------------------------------------------- /data/hy/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hy/currency.php -------------------------------------------------------------------------------- /data/hy/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hy/currency.txt -------------------------------------------------------------------------------- /data/hy/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hy/currency.xliff -------------------------------------------------------------------------------- /data/hy/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hy/currency.xml -------------------------------------------------------------------------------- /data/hy/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/hy/currency.yaml -------------------------------------------------------------------------------- /data/id/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/id/currency.csv -------------------------------------------------------------------------------- /data/id/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/id/currency.html -------------------------------------------------------------------------------- /data/id/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/id/currency.json -------------------------------------------------------------------------------- /data/id/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/id/currency.php -------------------------------------------------------------------------------- /data/id/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/id/currency.txt -------------------------------------------------------------------------------- /data/id/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/id/currency.xliff -------------------------------------------------------------------------------- /data/id/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/id/currency.xml -------------------------------------------------------------------------------- /data/id/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/id/currency.yaml -------------------------------------------------------------------------------- /data/ig/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ig/currency.csv -------------------------------------------------------------------------------- /data/ig/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ig/currency.html -------------------------------------------------------------------------------- /data/ig/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ig/currency.json -------------------------------------------------------------------------------- /data/ig/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ig/currency.php -------------------------------------------------------------------------------- /data/ig/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ig/currency.txt -------------------------------------------------------------------------------- /data/ig/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ig/currency.xliff -------------------------------------------------------------------------------- /data/ig/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ig/currency.xml -------------------------------------------------------------------------------- /data/ig/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ig/currency.yaml -------------------------------------------------------------------------------- /data/ii/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ii/currency.csv -------------------------------------------------------------------------------- /data/ii/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ii/currency.html -------------------------------------------------------------------------------- /data/ii/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ii/currency.json -------------------------------------------------------------------------------- /data/ii/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ii/currency.php -------------------------------------------------------------------------------- /data/ii/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ii/currency.txt -------------------------------------------------------------------------------- /data/ii/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ii/currency.xliff -------------------------------------------------------------------------------- /data/ii/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ii/currency.xml -------------------------------------------------------------------------------- /data/ii/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ii/currency.yaml -------------------------------------------------------------------------------- /data/is/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/is/currency.csv -------------------------------------------------------------------------------- /data/is/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/is/currency.html -------------------------------------------------------------------------------- /data/is/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/is/currency.json -------------------------------------------------------------------------------- /data/is/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/is/currency.php -------------------------------------------------------------------------------- /data/is/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/is/currency.txt -------------------------------------------------------------------------------- /data/is/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/is/currency.xliff -------------------------------------------------------------------------------- /data/is/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/is/currency.xml -------------------------------------------------------------------------------- /data/is/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/is/currency.yaml -------------------------------------------------------------------------------- /data/it/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/it/currency.csv -------------------------------------------------------------------------------- /data/it/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/it/currency.html -------------------------------------------------------------------------------- /data/it/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/it/currency.json -------------------------------------------------------------------------------- /data/it/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/it/currency.php -------------------------------------------------------------------------------- /data/it/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/it/currency.txt -------------------------------------------------------------------------------- /data/it/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/it/currency.xliff -------------------------------------------------------------------------------- /data/it/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/it/currency.xml -------------------------------------------------------------------------------- /data/it/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/it/currency.yaml -------------------------------------------------------------------------------- /data/ja/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ja/currency.csv -------------------------------------------------------------------------------- /data/ja/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ja/currency.html -------------------------------------------------------------------------------- /data/ja/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ja/currency.json -------------------------------------------------------------------------------- /data/ja/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ja/currency.php -------------------------------------------------------------------------------- /data/ja/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ja/currency.txt -------------------------------------------------------------------------------- /data/ja/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ja/currency.xliff -------------------------------------------------------------------------------- /data/ja/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ja/currency.xml -------------------------------------------------------------------------------- /data/ja/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ja/currency.yaml -------------------------------------------------------------------------------- /data/ka/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ka/currency.csv -------------------------------------------------------------------------------- /data/ka/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ka/currency.html -------------------------------------------------------------------------------- /data/ka/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ka/currency.json -------------------------------------------------------------------------------- /data/ka/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ka/currency.php -------------------------------------------------------------------------------- /data/ka/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ka/currency.txt -------------------------------------------------------------------------------- /data/ka/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ka/currency.xliff -------------------------------------------------------------------------------- /data/ka/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ka/currency.xml -------------------------------------------------------------------------------- /data/ka/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ka/currency.yaml -------------------------------------------------------------------------------- /data/ki/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ki/currency.csv -------------------------------------------------------------------------------- /data/ki/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ki/currency.html -------------------------------------------------------------------------------- /data/ki/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ki/currency.json -------------------------------------------------------------------------------- /data/ki/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ki/currency.php -------------------------------------------------------------------------------- /data/ki/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ki/currency.txt -------------------------------------------------------------------------------- /data/ki/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ki/currency.xliff -------------------------------------------------------------------------------- /data/ki/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ki/currency.xml -------------------------------------------------------------------------------- /data/ki/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ki/currency.yaml -------------------------------------------------------------------------------- /data/kk/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kk/currency.csv -------------------------------------------------------------------------------- /data/kk/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kk/currency.html -------------------------------------------------------------------------------- /data/kk/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kk/currency.json -------------------------------------------------------------------------------- /data/kk/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kk/currency.php -------------------------------------------------------------------------------- /data/kk/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kk/currency.txt -------------------------------------------------------------------------------- /data/kk/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kk/currency.xliff -------------------------------------------------------------------------------- /data/kk/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kk/currency.xml -------------------------------------------------------------------------------- /data/kk/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kk/currency.yaml -------------------------------------------------------------------------------- /data/kl/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kl/currency.csv -------------------------------------------------------------------------------- /data/kl/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kl/currency.html -------------------------------------------------------------------------------- /data/kl/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kl/currency.json -------------------------------------------------------------------------------- /data/kl/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kl/currency.php -------------------------------------------------------------------------------- /data/kl/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kl/currency.txt -------------------------------------------------------------------------------- /data/kl/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kl/currency.xliff -------------------------------------------------------------------------------- /data/kl/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kl/currency.xml -------------------------------------------------------------------------------- /data/kl/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kl/currency.yaml -------------------------------------------------------------------------------- /data/km/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/km/currency.csv -------------------------------------------------------------------------------- /data/km/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/km/currency.html -------------------------------------------------------------------------------- /data/km/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/km/currency.json -------------------------------------------------------------------------------- /data/km/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/km/currency.php -------------------------------------------------------------------------------- /data/km/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/km/currency.txt -------------------------------------------------------------------------------- /data/km/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/km/currency.xliff -------------------------------------------------------------------------------- /data/km/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/km/currency.xml -------------------------------------------------------------------------------- /data/km/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/km/currency.yaml -------------------------------------------------------------------------------- /data/kn/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kn/currency.csv -------------------------------------------------------------------------------- /data/kn/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kn/currency.html -------------------------------------------------------------------------------- /data/kn/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kn/currency.json -------------------------------------------------------------------------------- /data/kn/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kn/currency.php -------------------------------------------------------------------------------- /data/kn/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kn/currency.txt -------------------------------------------------------------------------------- /data/kn/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kn/currency.xliff -------------------------------------------------------------------------------- /data/kn/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kn/currency.xml -------------------------------------------------------------------------------- /data/kn/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kn/currency.yaml -------------------------------------------------------------------------------- /data/ko/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ko/currency.csv -------------------------------------------------------------------------------- /data/ko/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ko/currency.html -------------------------------------------------------------------------------- /data/ko/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ko/currency.json -------------------------------------------------------------------------------- /data/ko/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ko/currency.php -------------------------------------------------------------------------------- /data/ko/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ko/currency.txt -------------------------------------------------------------------------------- /data/ko/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ko/currency.xliff -------------------------------------------------------------------------------- /data/ko/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ko/currency.xml -------------------------------------------------------------------------------- /data/ko/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ko/currency.yaml -------------------------------------------------------------------------------- /data/ks/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ks/currency.csv -------------------------------------------------------------------------------- /data/ks/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ks/currency.html -------------------------------------------------------------------------------- /data/ks/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ks/currency.json -------------------------------------------------------------------------------- /data/ks/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ks/currency.php -------------------------------------------------------------------------------- /data/ks/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ks/currency.txt -------------------------------------------------------------------------------- /data/ks/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ks/currency.xliff -------------------------------------------------------------------------------- /data/ks/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ks/currency.xml -------------------------------------------------------------------------------- /data/ks/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ks/currency.yaml -------------------------------------------------------------------------------- /data/kw/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kw/currency.csv -------------------------------------------------------------------------------- /data/kw/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kw/currency.html -------------------------------------------------------------------------------- /data/kw/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kw/currency.json -------------------------------------------------------------------------------- /data/kw/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kw/currency.php -------------------------------------------------------------------------------- /data/kw/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kw/currency.txt -------------------------------------------------------------------------------- /data/kw/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kw/currency.xliff -------------------------------------------------------------------------------- /data/kw/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kw/currency.xml -------------------------------------------------------------------------------- /data/kw/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/kw/currency.yaml -------------------------------------------------------------------------------- /data/ky/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ky/currency.csv -------------------------------------------------------------------------------- /data/ky/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ky/currency.html -------------------------------------------------------------------------------- /data/ky/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ky/currency.json -------------------------------------------------------------------------------- /data/ky/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ky/currency.php -------------------------------------------------------------------------------- /data/ky/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ky/currency.txt -------------------------------------------------------------------------------- /data/ky/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ky/currency.xliff -------------------------------------------------------------------------------- /data/ky/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ky/currency.xml -------------------------------------------------------------------------------- /data/ky/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ky/currency.yaml -------------------------------------------------------------------------------- /data/lb/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lb/currency.csv -------------------------------------------------------------------------------- /data/lb/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lb/currency.html -------------------------------------------------------------------------------- /data/lb/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lb/currency.json -------------------------------------------------------------------------------- /data/lb/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lb/currency.php -------------------------------------------------------------------------------- /data/lb/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lb/currency.txt -------------------------------------------------------------------------------- /data/lb/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lb/currency.xliff -------------------------------------------------------------------------------- /data/lb/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lb/currency.xml -------------------------------------------------------------------------------- /data/lb/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lb/currency.yaml -------------------------------------------------------------------------------- /data/lg/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lg/currency.csv -------------------------------------------------------------------------------- /data/lg/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lg/currency.html -------------------------------------------------------------------------------- /data/lg/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lg/currency.json -------------------------------------------------------------------------------- /data/lg/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lg/currency.php -------------------------------------------------------------------------------- /data/lg/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lg/currency.txt -------------------------------------------------------------------------------- /data/lg/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lg/currency.xliff -------------------------------------------------------------------------------- /data/lg/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lg/currency.xml -------------------------------------------------------------------------------- /data/lg/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lg/currency.yaml -------------------------------------------------------------------------------- /data/ln/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ln/currency.csv -------------------------------------------------------------------------------- /data/ln/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ln/currency.html -------------------------------------------------------------------------------- /data/ln/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ln/currency.json -------------------------------------------------------------------------------- /data/ln/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ln/currency.php -------------------------------------------------------------------------------- /data/ln/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ln/currency.txt -------------------------------------------------------------------------------- /data/ln/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ln/currency.xliff -------------------------------------------------------------------------------- /data/ln/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ln/currency.xml -------------------------------------------------------------------------------- /data/ln/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ln/currency.yaml -------------------------------------------------------------------------------- /data/lo/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lo/currency.csv -------------------------------------------------------------------------------- /data/lo/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lo/currency.html -------------------------------------------------------------------------------- /data/lo/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lo/currency.json -------------------------------------------------------------------------------- /data/lo/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lo/currency.php -------------------------------------------------------------------------------- /data/lo/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lo/currency.txt -------------------------------------------------------------------------------- /data/lo/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lo/currency.xliff -------------------------------------------------------------------------------- /data/lo/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lo/currency.xml -------------------------------------------------------------------------------- /data/lo/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lo/currency.yaml -------------------------------------------------------------------------------- /data/lt/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lt/currency.csv -------------------------------------------------------------------------------- /data/lt/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lt/currency.html -------------------------------------------------------------------------------- /data/lt/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lt/currency.json -------------------------------------------------------------------------------- /data/lt/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lt/currency.php -------------------------------------------------------------------------------- /data/lt/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lt/currency.txt -------------------------------------------------------------------------------- /data/lt/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lt/currency.xliff -------------------------------------------------------------------------------- /data/lt/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lt/currency.xml -------------------------------------------------------------------------------- /data/lt/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lt/currency.yaml -------------------------------------------------------------------------------- /data/lu/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lu/currency.csv -------------------------------------------------------------------------------- /data/lu/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lu/currency.html -------------------------------------------------------------------------------- /data/lu/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lu/currency.json -------------------------------------------------------------------------------- /data/lu/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lu/currency.php -------------------------------------------------------------------------------- /data/lu/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lu/currency.txt -------------------------------------------------------------------------------- /data/lu/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lu/currency.xliff -------------------------------------------------------------------------------- /data/lu/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lu/currency.xml -------------------------------------------------------------------------------- /data/lu/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lu/currency.yaml -------------------------------------------------------------------------------- /data/lv/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lv/currency.csv -------------------------------------------------------------------------------- /data/lv/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lv/currency.html -------------------------------------------------------------------------------- /data/lv/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lv/currency.json -------------------------------------------------------------------------------- /data/lv/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lv/currency.php -------------------------------------------------------------------------------- /data/lv/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lv/currency.txt -------------------------------------------------------------------------------- /data/lv/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lv/currency.xliff -------------------------------------------------------------------------------- /data/lv/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lv/currency.xml -------------------------------------------------------------------------------- /data/lv/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/lv/currency.yaml -------------------------------------------------------------------------------- /data/mg/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mg/currency.csv -------------------------------------------------------------------------------- /data/mg/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mg/currency.html -------------------------------------------------------------------------------- /data/mg/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mg/currency.json -------------------------------------------------------------------------------- /data/mg/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mg/currency.php -------------------------------------------------------------------------------- /data/mg/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mg/currency.txt -------------------------------------------------------------------------------- /data/mg/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mg/currency.xliff -------------------------------------------------------------------------------- /data/mg/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mg/currency.xml -------------------------------------------------------------------------------- /data/mg/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mg/currency.yaml -------------------------------------------------------------------------------- /data/mk/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mk/currency.csv -------------------------------------------------------------------------------- /data/mk/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mk/currency.html -------------------------------------------------------------------------------- /data/mk/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mk/currency.json -------------------------------------------------------------------------------- /data/mk/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mk/currency.php -------------------------------------------------------------------------------- /data/mk/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mk/currency.txt -------------------------------------------------------------------------------- /data/mk/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mk/currency.xliff -------------------------------------------------------------------------------- /data/mk/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mk/currency.xml -------------------------------------------------------------------------------- /data/mk/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mk/currency.yaml -------------------------------------------------------------------------------- /data/ml/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ml/currency.csv -------------------------------------------------------------------------------- /data/ml/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ml/currency.html -------------------------------------------------------------------------------- /data/ml/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ml/currency.json -------------------------------------------------------------------------------- /data/ml/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ml/currency.php -------------------------------------------------------------------------------- /data/ml/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ml/currency.txt -------------------------------------------------------------------------------- /data/ml/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ml/currency.xliff -------------------------------------------------------------------------------- /data/ml/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ml/currency.xml -------------------------------------------------------------------------------- /data/ml/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ml/currency.yaml -------------------------------------------------------------------------------- /data/mn/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mn/currency.csv -------------------------------------------------------------------------------- /data/mn/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mn/currency.html -------------------------------------------------------------------------------- /data/mn/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mn/currency.json -------------------------------------------------------------------------------- /data/mn/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mn/currency.php -------------------------------------------------------------------------------- /data/mn/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mn/currency.txt -------------------------------------------------------------------------------- /data/mn/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mn/currency.xliff -------------------------------------------------------------------------------- /data/mn/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mn/currency.xml -------------------------------------------------------------------------------- /data/mn/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mn/currency.yaml -------------------------------------------------------------------------------- /data/mr/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mr/currency.csv -------------------------------------------------------------------------------- /data/mr/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mr/currency.html -------------------------------------------------------------------------------- /data/mr/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mr/currency.json -------------------------------------------------------------------------------- /data/mr/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mr/currency.php -------------------------------------------------------------------------------- /data/mr/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mr/currency.txt -------------------------------------------------------------------------------- /data/mr/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mr/currency.xliff -------------------------------------------------------------------------------- /data/mr/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mr/currency.xml -------------------------------------------------------------------------------- /data/mr/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mr/currency.yaml -------------------------------------------------------------------------------- /data/ms/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ms/currency.csv -------------------------------------------------------------------------------- /data/ms/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ms/currency.html -------------------------------------------------------------------------------- /data/ms/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ms/currency.json -------------------------------------------------------------------------------- /data/ms/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ms/currency.php -------------------------------------------------------------------------------- /data/ms/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ms/currency.txt -------------------------------------------------------------------------------- /data/ms/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ms/currency.xliff -------------------------------------------------------------------------------- /data/ms/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ms/currency.xml -------------------------------------------------------------------------------- /data/ms/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ms/currency.yaml -------------------------------------------------------------------------------- /data/mt/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mt/currency.csv -------------------------------------------------------------------------------- /data/mt/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mt/currency.html -------------------------------------------------------------------------------- /data/mt/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mt/currency.json -------------------------------------------------------------------------------- /data/mt/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mt/currency.php -------------------------------------------------------------------------------- /data/mt/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mt/currency.txt -------------------------------------------------------------------------------- /data/mt/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mt/currency.xliff -------------------------------------------------------------------------------- /data/mt/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mt/currency.xml -------------------------------------------------------------------------------- /data/mt/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/mt/currency.yaml -------------------------------------------------------------------------------- /data/my/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/my/currency.csv -------------------------------------------------------------------------------- /data/my/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/my/currency.html -------------------------------------------------------------------------------- /data/my/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/my/currency.json -------------------------------------------------------------------------------- /data/my/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/my/currency.php -------------------------------------------------------------------------------- /data/my/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/my/currency.txt -------------------------------------------------------------------------------- /data/my/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/my/currency.xliff -------------------------------------------------------------------------------- /data/my/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/my/currency.xml -------------------------------------------------------------------------------- /data/my/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/my/currency.yaml -------------------------------------------------------------------------------- /data/nb/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nb/currency.csv -------------------------------------------------------------------------------- /data/nb/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nb/currency.html -------------------------------------------------------------------------------- /data/nb/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nb/currency.json -------------------------------------------------------------------------------- /data/nb/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nb/currency.php -------------------------------------------------------------------------------- /data/nb/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nb/currency.txt -------------------------------------------------------------------------------- /data/nb/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nb/currency.xliff -------------------------------------------------------------------------------- /data/nb/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nb/currency.xml -------------------------------------------------------------------------------- /data/nb/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nb/currency.yaml -------------------------------------------------------------------------------- /data/nd/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nd/currency.csv -------------------------------------------------------------------------------- /data/nd/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nd/currency.html -------------------------------------------------------------------------------- /data/nd/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nd/currency.json -------------------------------------------------------------------------------- /data/nd/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nd/currency.php -------------------------------------------------------------------------------- /data/nd/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nd/currency.txt -------------------------------------------------------------------------------- /data/nd/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nd/currency.xliff -------------------------------------------------------------------------------- /data/nd/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nd/currency.xml -------------------------------------------------------------------------------- /data/nd/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nd/currency.yaml -------------------------------------------------------------------------------- /data/ne/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ne/currency.csv -------------------------------------------------------------------------------- /data/ne/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ne/currency.html -------------------------------------------------------------------------------- /data/ne/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ne/currency.json -------------------------------------------------------------------------------- /data/ne/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ne/currency.php -------------------------------------------------------------------------------- /data/ne/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ne/currency.txt -------------------------------------------------------------------------------- /data/ne/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ne/currency.xliff -------------------------------------------------------------------------------- /data/ne/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ne/currency.xml -------------------------------------------------------------------------------- /data/ne/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ne/currency.yaml -------------------------------------------------------------------------------- /data/nl/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nl/currency.csv -------------------------------------------------------------------------------- /data/nl/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nl/currency.html -------------------------------------------------------------------------------- /data/nl/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nl/currency.json -------------------------------------------------------------------------------- /data/nl/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nl/currency.php -------------------------------------------------------------------------------- /data/nl/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nl/currency.txt -------------------------------------------------------------------------------- /data/nl/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nl/currency.xliff -------------------------------------------------------------------------------- /data/nl/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nl/currency.xml -------------------------------------------------------------------------------- /data/nl/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nl/currency.yaml -------------------------------------------------------------------------------- /data/nn/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nn/currency.csv -------------------------------------------------------------------------------- /data/nn/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nn/currency.html -------------------------------------------------------------------------------- /data/nn/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nn/currency.json -------------------------------------------------------------------------------- /data/nn/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nn/currency.php -------------------------------------------------------------------------------- /data/nn/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nn/currency.txt -------------------------------------------------------------------------------- /data/nn/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nn/currency.xliff -------------------------------------------------------------------------------- /data/nn/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nn/currency.xml -------------------------------------------------------------------------------- /data/nn/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/nn/currency.yaml -------------------------------------------------------------------------------- /data/no/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/no/currency.csv -------------------------------------------------------------------------------- /data/no/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/no/currency.html -------------------------------------------------------------------------------- /data/no/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/no/currency.json -------------------------------------------------------------------------------- /data/no/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/no/currency.php -------------------------------------------------------------------------------- /data/no/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/no/currency.txt -------------------------------------------------------------------------------- /data/no/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/no/currency.xliff -------------------------------------------------------------------------------- /data/no/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/no/currency.xml -------------------------------------------------------------------------------- /data/no/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/no/currency.yaml -------------------------------------------------------------------------------- /data/om/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/om/currency.csv -------------------------------------------------------------------------------- /data/om/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/om/currency.html -------------------------------------------------------------------------------- /data/om/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/om/currency.json -------------------------------------------------------------------------------- /data/om/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/om/currency.php -------------------------------------------------------------------------------- /data/om/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/om/currency.txt -------------------------------------------------------------------------------- /data/om/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/om/currency.xliff -------------------------------------------------------------------------------- /data/om/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/om/currency.xml -------------------------------------------------------------------------------- /data/om/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/om/currency.yaml -------------------------------------------------------------------------------- /data/or/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/or/currency.csv -------------------------------------------------------------------------------- /data/or/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/or/currency.html -------------------------------------------------------------------------------- /data/or/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/or/currency.json -------------------------------------------------------------------------------- /data/or/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/or/currency.php -------------------------------------------------------------------------------- /data/or/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/or/currency.txt -------------------------------------------------------------------------------- /data/or/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/or/currency.xliff -------------------------------------------------------------------------------- /data/or/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/or/currency.xml -------------------------------------------------------------------------------- /data/or/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/or/currency.yaml -------------------------------------------------------------------------------- /data/os/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/os/currency.csv -------------------------------------------------------------------------------- /data/os/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/os/currency.html -------------------------------------------------------------------------------- /data/os/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/os/currency.json -------------------------------------------------------------------------------- /data/os/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/os/currency.php -------------------------------------------------------------------------------- /data/os/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/os/currency.txt -------------------------------------------------------------------------------- /data/os/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/os/currency.xliff -------------------------------------------------------------------------------- /data/os/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/os/currency.xml -------------------------------------------------------------------------------- /data/os/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/os/currency.yaml -------------------------------------------------------------------------------- /data/pa/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pa/currency.csv -------------------------------------------------------------------------------- /data/pa/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pa/currency.html -------------------------------------------------------------------------------- /data/pa/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pa/currency.json -------------------------------------------------------------------------------- /data/pa/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pa/currency.php -------------------------------------------------------------------------------- /data/pa/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pa/currency.txt -------------------------------------------------------------------------------- /data/pa/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pa/currency.xliff -------------------------------------------------------------------------------- /data/pa/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pa/currency.xml -------------------------------------------------------------------------------- /data/pa/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pa/currency.yaml -------------------------------------------------------------------------------- /data/pl/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pl/currency.csv -------------------------------------------------------------------------------- /data/pl/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pl/currency.html -------------------------------------------------------------------------------- /data/pl/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pl/currency.json -------------------------------------------------------------------------------- /data/pl/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pl/currency.php -------------------------------------------------------------------------------- /data/pl/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pl/currency.txt -------------------------------------------------------------------------------- /data/pl/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pl/currency.xliff -------------------------------------------------------------------------------- /data/pl/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pl/currency.xml -------------------------------------------------------------------------------- /data/pl/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pl/currency.yaml -------------------------------------------------------------------------------- /data/ps/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ps/currency.csv -------------------------------------------------------------------------------- /data/ps/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ps/currency.html -------------------------------------------------------------------------------- /data/ps/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ps/currency.json -------------------------------------------------------------------------------- /data/ps/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ps/currency.php -------------------------------------------------------------------------------- /data/ps/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ps/currency.txt -------------------------------------------------------------------------------- /data/ps/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ps/currency.xliff -------------------------------------------------------------------------------- /data/ps/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ps/currency.xml -------------------------------------------------------------------------------- /data/ps/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ps/currency.yaml -------------------------------------------------------------------------------- /data/pt/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pt/currency.csv -------------------------------------------------------------------------------- /data/pt/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pt/currency.html -------------------------------------------------------------------------------- /data/pt/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pt/currency.json -------------------------------------------------------------------------------- /data/pt/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pt/currency.php -------------------------------------------------------------------------------- /data/pt/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pt/currency.txt -------------------------------------------------------------------------------- /data/pt/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pt/currency.xliff -------------------------------------------------------------------------------- /data/pt/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pt/currency.xml -------------------------------------------------------------------------------- /data/pt/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/pt/currency.yaml -------------------------------------------------------------------------------- /data/qu/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/qu/currency.csv -------------------------------------------------------------------------------- /data/qu/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/qu/currency.html -------------------------------------------------------------------------------- /data/qu/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/qu/currency.json -------------------------------------------------------------------------------- /data/qu/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/qu/currency.php -------------------------------------------------------------------------------- /data/qu/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/qu/currency.txt -------------------------------------------------------------------------------- /data/qu/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/qu/currency.xliff -------------------------------------------------------------------------------- /data/qu/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/qu/currency.xml -------------------------------------------------------------------------------- /data/qu/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/qu/currency.yaml -------------------------------------------------------------------------------- /data/rm/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rm/currency.csv -------------------------------------------------------------------------------- /data/rm/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rm/currency.html -------------------------------------------------------------------------------- /data/rm/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rm/currency.json -------------------------------------------------------------------------------- /data/rm/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rm/currency.php -------------------------------------------------------------------------------- /data/rm/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rm/currency.txt -------------------------------------------------------------------------------- /data/rm/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rm/currency.xliff -------------------------------------------------------------------------------- /data/rm/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rm/currency.xml -------------------------------------------------------------------------------- /data/rm/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rm/currency.yaml -------------------------------------------------------------------------------- /data/rn/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rn/currency.csv -------------------------------------------------------------------------------- /data/rn/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rn/currency.html -------------------------------------------------------------------------------- /data/rn/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rn/currency.json -------------------------------------------------------------------------------- /data/rn/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rn/currency.php -------------------------------------------------------------------------------- /data/rn/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rn/currency.txt -------------------------------------------------------------------------------- /data/rn/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rn/currency.xliff -------------------------------------------------------------------------------- /data/rn/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rn/currency.xml -------------------------------------------------------------------------------- /data/rn/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rn/currency.yaml -------------------------------------------------------------------------------- /data/ro/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ro/currency.csv -------------------------------------------------------------------------------- /data/ro/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ro/currency.html -------------------------------------------------------------------------------- /data/ro/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ro/currency.json -------------------------------------------------------------------------------- /data/ro/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ro/currency.php -------------------------------------------------------------------------------- /data/ro/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ro/currency.txt -------------------------------------------------------------------------------- /data/ro/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ro/currency.xliff -------------------------------------------------------------------------------- /data/ro/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ro/currency.xml -------------------------------------------------------------------------------- /data/ro/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ro/currency.yaml -------------------------------------------------------------------------------- /data/ru/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ru/currency.csv -------------------------------------------------------------------------------- /data/ru/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ru/currency.html -------------------------------------------------------------------------------- /data/ru/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ru/currency.json -------------------------------------------------------------------------------- /data/ru/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ru/currency.php -------------------------------------------------------------------------------- /data/ru/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ru/currency.txt -------------------------------------------------------------------------------- /data/ru/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ru/currency.xliff -------------------------------------------------------------------------------- /data/ru/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ru/currency.xml -------------------------------------------------------------------------------- /data/ru/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ru/currency.yaml -------------------------------------------------------------------------------- /data/rw/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rw/currency.csv -------------------------------------------------------------------------------- /data/rw/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rw/currency.html -------------------------------------------------------------------------------- /data/rw/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rw/currency.json -------------------------------------------------------------------------------- /data/rw/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rw/currency.php -------------------------------------------------------------------------------- /data/rw/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rw/currency.txt -------------------------------------------------------------------------------- /data/rw/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rw/currency.xliff -------------------------------------------------------------------------------- /data/rw/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rw/currency.xml -------------------------------------------------------------------------------- /data/rw/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/rw/currency.yaml -------------------------------------------------------------------------------- /data/se/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/se/currency.csv -------------------------------------------------------------------------------- /data/se/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/se/currency.html -------------------------------------------------------------------------------- /data/se/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/se/currency.json -------------------------------------------------------------------------------- /data/se/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/se/currency.php -------------------------------------------------------------------------------- /data/se/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/se/currency.txt -------------------------------------------------------------------------------- /data/se/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/se/currency.xliff -------------------------------------------------------------------------------- /data/se/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/se/currency.xml -------------------------------------------------------------------------------- /data/se/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/se/currency.yaml -------------------------------------------------------------------------------- /data/sg/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sg/currency.csv -------------------------------------------------------------------------------- /data/sg/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sg/currency.html -------------------------------------------------------------------------------- /data/sg/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sg/currency.json -------------------------------------------------------------------------------- /data/sg/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sg/currency.php -------------------------------------------------------------------------------- /data/sg/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sg/currency.txt -------------------------------------------------------------------------------- /data/sg/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sg/currency.xliff -------------------------------------------------------------------------------- /data/sg/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sg/currency.xml -------------------------------------------------------------------------------- /data/sg/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sg/currency.yaml -------------------------------------------------------------------------------- /data/sh/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sh/currency.csv -------------------------------------------------------------------------------- /data/sh/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sh/currency.html -------------------------------------------------------------------------------- /data/sh/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sh/currency.json -------------------------------------------------------------------------------- /data/sh/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sh/currency.php -------------------------------------------------------------------------------- /data/sh/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sh/currency.txt -------------------------------------------------------------------------------- /data/sh/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sh/currency.xliff -------------------------------------------------------------------------------- /data/sh/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sh/currency.xml -------------------------------------------------------------------------------- /data/sh/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sh/currency.yaml -------------------------------------------------------------------------------- /data/si/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/si/currency.csv -------------------------------------------------------------------------------- /data/si/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/si/currency.html -------------------------------------------------------------------------------- /data/si/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/si/currency.json -------------------------------------------------------------------------------- /data/si/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/si/currency.php -------------------------------------------------------------------------------- /data/si/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/si/currency.txt -------------------------------------------------------------------------------- /data/si/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/si/currency.xliff -------------------------------------------------------------------------------- /data/si/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/si/currency.xml -------------------------------------------------------------------------------- /data/si/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/si/currency.yaml -------------------------------------------------------------------------------- /data/sk/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sk/currency.csv -------------------------------------------------------------------------------- /data/sk/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sk/currency.html -------------------------------------------------------------------------------- /data/sk/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sk/currency.json -------------------------------------------------------------------------------- /data/sk/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sk/currency.php -------------------------------------------------------------------------------- /data/sk/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sk/currency.txt -------------------------------------------------------------------------------- /data/sk/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sk/currency.xliff -------------------------------------------------------------------------------- /data/sk/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sk/currency.xml -------------------------------------------------------------------------------- /data/sk/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sk/currency.yaml -------------------------------------------------------------------------------- /data/sl/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sl/currency.csv -------------------------------------------------------------------------------- /data/sl/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sl/currency.html -------------------------------------------------------------------------------- /data/sl/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sl/currency.json -------------------------------------------------------------------------------- /data/sl/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sl/currency.php -------------------------------------------------------------------------------- /data/sl/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sl/currency.txt -------------------------------------------------------------------------------- /data/sl/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sl/currency.xliff -------------------------------------------------------------------------------- /data/sl/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sl/currency.xml -------------------------------------------------------------------------------- /data/sl/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sl/currency.yaml -------------------------------------------------------------------------------- /data/sn/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sn/currency.csv -------------------------------------------------------------------------------- /data/sn/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sn/currency.html -------------------------------------------------------------------------------- /data/sn/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sn/currency.json -------------------------------------------------------------------------------- /data/sn/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sn/currency.php -------------------------------------------------------------------------------- /data/sn/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sn/currency.txt -------------------------------------------------------------------------------- /data/sn/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sn/currency.xliff -------------------------------------------------------------------------------- /data/sn/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sn/currency.xml -------------------------------------------------------------------------------- /data/sn/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sn/currency.yaml -------------------------------------------------------------------------------- /data/so/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/so/currency.csv -------------------------------------------------------------------------------- /data/so/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/so/currency.html -------------------------------------------------------------------------------- /data/so/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/so/currency.json -------------------------------------------------------------------------------- /data/so/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/so/currency.php -------------------------------------------------------------------------------- /data/so/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/so/currency.txt -------------------------------------------------------------------------------- /data/so/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/so/currency.xliff -------------------------------------------------------------------------------- /data/so/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/so/currency.xml -------------------------------------------------------------------------------- /data/so/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/so/currency.yaml -------------------------------------------------------------------------------- /data/sq/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sq/currency.csv -------------------------------------------------------------------------------- /data/sq/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sq/currency.html -------------------------------------------------------------------------------- /data/sq/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sq/currency.json -------------------------------------------------------------------------------- /data/sq/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sq/currency.php -------------------------------------------------------------------------------- /data/sq/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sq/currency.txt -------------------------------------------------------------------------------- /data/sq/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sq/currency.xliff -------------------------------------------------------------------------------- /data/sq/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sq/currency.xml -------------------------------------------------------------------------------- /data/sq/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sq/currency.yaml -------------------------------------------------------------------------------- /data/sr/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sr/currency.csv -------------------------------------------------------------------------------- /data/sr/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sr/currency.html -------------------------------------------------------------------------------- /data/sr/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sr/currency.json -------------------------------------------------------------------------------- /data/sr/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sr/currency.php -------------------------------------------------------------------------------- /data/sr/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sr/currency.txt -------------------------------------------------------------------------------- /data/sr/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sr/currency.xliff -------------------------------------------------------------------------------- /data/sr/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sr/currency.xml -------------------------------------------------------------------------------- /data/sr/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sr/currency.yaml -------------------------------------------------------------------------------- /data/sv/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sv/currency.csv -------------------------------------------------------------------------------- /data/sv/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sv/currency.html -------------------------------------------------------------------------------- /data/sv/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sv/currency.json -------------------------------------------------------------------------------- /data/sv/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sv/currency.php -------------------------------------------------------------------------------- /data/sv/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sv/currency.txt -------------------------------------------------------------------------------- /data/sv/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sv/currency.xliff -------------------------------------------------------------------------------- /data/sv/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sv/currency.xml -------------------------------------------------------------------------------- /data/sv/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sv/currency.yaml -------------------------------------------------------------------------------- /data/sw/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sw/currency.csv -------------------------------------------------------------------------------- /data/sw/currency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sw/currency.html -------------------------------------------------------------------------------- /data/sw/currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sw/currency.json -------------------------------------------------------------------------------- /data/sw/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sw/currency.php -------------------------------------------------------------------------------- /data/sw/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sw/currency.txt -------------------------------------------------------------------------------- /data/sw/currency.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sw/currency.xliff -------------------------------------------------------------------------------- /data/sw/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sw/currency.xml -------------------------------------------------------------------------------- /data/sw/currency.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/sw/currency.yaml -------------------------------------------------------------------------------- /data/ta/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ta/currency.csv -------------------------------------------------------------------------------- /data/ta/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ta/currency.php -------------------------------------------------------------------------------- /data/ta/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ta/currency.txt -------------------------------------------------------------------------------- /data/ta/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ta/currency.xml -------------------------------------------------------------------------------- /data/te/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/te/currency.csv -------------------------------------------------------------------------------- /data/te/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/te/currency.php -------------------------------------------------------------------------------- /data/te/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/te/currency.txt -------------------------------------------------------------------------------- /data/te/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/te/currency.xml -------------------------------------------------------------------------------- /data/th/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/th/currency.csv -------------------------------------------------------------------------------- /data/th/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/th/currency.php -------------------------------------------------------------------------------- /data/th/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/th/currency.txt -------------------------------------------------------------------------------- /data/th/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/th/currency.xml -------------------------------------------------------------------------------- /data/ti/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ti/currency.csv -------------------------------------------------------------------------------- /data/ti/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ti/currency.php -------------------------------------------------------------------------------- /data/ti/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ti/currency.txt -------------------------------------------------------------------------------- /data/ti/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ti/currency.xml -------------------------------------------------------------------------------- /data/tl/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/tl/currency.csv -------------------------------------------------------------------------------- /data/tl/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/tl/currency.php -------------------------------------------------------------------------------- /data/tl/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/tl/currency.txt -------------------------------------------------------------------------------- /data/tl/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/tl/currency.xml -------------------------------------------------------------------------------- /data/to/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/to/currency.csv -------------------------------------------------------------------------------- /data/to/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/to/currency.php -------------------------------------------------------------------------------- /data/to/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/to/currency.txt -------------------------------------------------------------------------------- /data/to/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/to/currency.xml -------------------------------------------------------------------------------- /data/tr/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/tr/currency.csv -------------------------------------------------------------------------------- /data/tr/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/tr/currency.php -------------------------------------------------------------------------------- /data/tr/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/tr/currency.txt -------------------------------------------------------------------------------- /data/tr/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/tr/currency.xml -------------------------------------------------------------------------------- /data/ug/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ug/currency.csv -------------------------------------------------------------------------------- /data/ug/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ug/currency.php -------------------------------------------------------------------------------- /data/ug/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ug/currency.txt -------------------------------------------------------------------------------- /data/ug/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ug/currency.xml -------------------------------------------------------------------------------- /data/uk/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/uk/currency.csv -------------------------------------------------------------------------------- /data/uk/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/uk/currency.php -------------------------------------------------------------------------------- /data/uk/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/uk/currency.txt -------------------------------------------------------------------------------- /data/uk/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/uk/currency.xml -------------------------------------------------------------------------------- /data/ur/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ur/currency.csv -------------------------------------------------------------------------------- /data/ur/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ur/currency.php -------------------------------------------------------------------------------- /data/ur/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ur/currency.txt -------------------------------------------------------------------------------- /data/ur/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/ur/currency.xml -------------------------------------------------------------------------------- /data/uz/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/uz/currency.csv -------------------------------------------------------------------------------- /data/uz/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/uz/currency.php -------------------------------------------------------------------------------- /data/uz/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/uz/currency.txt -------------------------------------------------------------------------------- /data/uz/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/uz/currency.xml -------------------------------------------------------------------------------- /data/vi/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/vi/currency.csv -------------------------------------------------------------------------------- /data/vi/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/vi/currency.php -------------------------------------------------------------------------------- /data/vi/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/vi/currency.txt -------------------------------------------------------------------------------- /data/vi/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/vi/currency.xml -------------------------------------------------------------------------------- /data/yi/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/yi/currency.csv -------------------------------------------------------------------------------- /data/yi/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/yi/currency.php -------------------------------------------------------------------------------- /data/yi/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/yi/currency.txt -------------------------------------------------------------------------------- /data/yi/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/yi/currency.xml -------------------------------------------------------------------------------- /data/yo/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/yo/currency.csv -------------------------------------------------------------------------------- /data/yo/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/yo/currency.php -------------------------------------------------------------------------------- /data/yo/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/yo/currency.txt -------------------------------------------------------------------------------- /data/yo/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/yo/currency.xml -------------------------------------------------------------------------------- /data/zh/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/zh/currency.csv -------------------------------------------------------------------------------- /data/zh/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/zh/currency.php -------------------------------------------------------------------------------- /data/zh/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/zh/currency.txt -------------------------------------------------------------------------------- /data/zh/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/zh/currency.xml -------------------------------------------------------------------------------- /data/zu/currency.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/zu/currency.csv -------------------------------------------------------------------------------- /data/zu/currency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/zu/currency.php -------------------------------------------------------------------------------- /data/zu/currency.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/zu/currency.txt -------------------------------------------------------------------------------- /data/zu/currency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/data/zu/currency.xml -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/umpirsky/currency-list/HEAD/package.json --------------------------------------------------------------------------------