This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type Timezone = | |
| 'Africa/Algiers' | |
| 'Atlantic/Cape_Verde' | |
| 'Africa/Ndjamena' | |
| 'Africa/Abidjan' | |
| 'Africa/Bamako' | |
| 'Africa/Banjul' | |
| 'Africa/Conakry' | |
| 'Africa/Dakar' | |
| 'Africa/Freetown' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"label": "Pashto (Afghanistan)", | |
"country": "Afghanistan", | |
"lang": "Pashto", | |
"countryTwoLettersCode": "AF", | |
"countryThreeLettersCode": "AFG", | |
"langTwoLettersCode": "ps", | |
"langThreeLettersCode": "pus", | |
"culture": "ps-AF" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make sure to modify "-Xms", "Xmx", "CICompilerCount", and "ParallelGCThreads" according to your PC hardware configuration... | |
# ------------------------------------------- | |
# Memory Settings (High-Memory Workstation) | |
# ------------------------------------------- | |
# Set the initial heap size (this reduces resizing overhead) | |
-Xms2048m | |
# Set the maximum heap size (adjust depending on your system; 2048m or 4096m is good for modern machines) |