Skip to content

Commit

Permalink
Merge pull request #136 from adam-p/lt-region
Browse files Browse the repository at this point in the history
add Lithuania as server egress region
  • Loading branch information
adamkruger authored Oct 18, 2024
2 parents 450cfe7 + e381eaa commit 68d4bef
Show file tree
Hide file tree
Showing 7 changed files with 758 additions and 728 deletions.
4 changes: 4 additions & 0 deletions src/webui/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,10 @@
"message": "Latvia",
"description": "One of the choices in the 'Psiphon Server Region' combo box. If selected, a Psiphon server in Latvia will be used."
},
"settings#egress-region#select-lt": {
"message": "Lithuania",
"description": "One of the choices in the 'Psiphon Server Region' combo box. If selected, a Psiphon server in Lithuania will be used."
},
"settings#egress-region#select-id": {
"message": "Indonesia",
"description": "One of the choices in the 'Psiphon Server Region' combo box. If selected, a Psiphon server in Indonesia will be used."
Expand Down
4 changes: 4 additions & 0 deletions src/webui/_locales/haw-Arab/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,10 @@
"message": "‮Ӽoɹǝɐ‬",
"description": "One of the choices in the 'Psiphon Server Region' combo box. If selected, a Psiphon server in Korea will be used."
},
"settings#egress-region#select-lt": {
"message": "‮˥ıʇɥnɐuıɐ‬",
"description": "One of the choices in the 'Psiphon Server Region' combo box. If selected, a Psiphon server in Lithuania will be used."
},
"settings#egress-region#select-lv": {
"message": "‮˥ɐʇʌıɐ‬",
"description": "One of the choices in the 'Psiphon Server Region' combo box. If selected, a Psiphon server in Latvia will be used."
Expand Down
4 changes: 4 additions & 0 deletions src/webui/_locales/haw-Cyrl/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,10 @@
"message": "[Ķǿǿřḗḗȧȧ]",
"description": "One of the choices in the 'Psiphon Server Region' combo box. If selected, a Psiphon server in Korea will be used."
},
"settings#egress-region#select-lt": {
"message": "[Ŀīīŧħŭŭȧȧƞīīȧȧ]",
"description": "One of the choices in the 'Psiphon Server Region' combo box. If selected, a Psiphon server in Lithuania will be used."
},
"settings#egress-region#select-lv": {
"message": "[Ŀȧȧŧṽīīȧȧ]",
"description": "One of the choices in the 'Psiphon Server Region' combo box. If selected, a Psiphon server in Latvia will be used."
Expand Down
3 changes: 3 additions & 0 deletions src/webui/js/locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -2218,6 +2218,7 @@
"settings#egress-region#select-ae": "United Arab Emirates",
"settings#egress-region#select-ee": "Estonia",
"settings#egress-region#select-lv": "Latvia",
"settings#egress-region#select-lt": "Lithuania",
"settings#egress-region#select-id": "Indonesia",
"settings#egress-region#select-nz": "New Zealand",
"settings#egress-region#select-gr": "Greece",
Expand Down Expand Up @@ -3932,6 +3933,7 @@
"settings#egress-region#select-jp": "‮ſɐdɐu‬",
"settings#egress-region#select-ke": "‮Ӽǝuʎɐ‬",
"settings#egress-region#select-kr": "‮Ӽoɹǝɐ‬",
"settings#egress-region#select-lt": "‮˥ıʇɥnɐuıɐ‬",
"settings#egress-region#select-lv": "‮˥ɐʇʌıɐ‬",
"settings#egress-region#select-mx": "‮Wǝxıɔo‬",
"settings#egress-region#select-my": "‮Wɐʅɐʎsıɐ‬",
Expand Down Expand Up @@ -4199,6 +4201,7 @@
"settings#egress-region#select-jp": "[Ĵȧȧƥȧȧƞ]",
"settings#egress-region#select-ke": "[Ķḗḗƞẏȧȧ]",
"settings#egress-region#select-kr": "[Ķǿǿřḗḗȧȧ]",
"settings#egress-region#select-lt": "[Ŀīīŧħŭŭȧȧƞīīȧȧ]",
"settings#egress-region#select-lv": "[Ŀȧȧŧṽīīȧȧ]",
"settings#egress-region#select-mx": "[Ḿḗḗẋīīƈǿǿ]",
"settings#egress-region#select-my": "[Ḿȧȧŀȧȧẏşīīȧȧ]",
Expand Down
1,459 changes: 731 additions & 728 deletions src/webui/main-inline.html

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions src/webui/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -1348,6 +1348,12 @@ <h2 id="psicash-ui-overlay-buying-boost" data-i18n="[html]psicash#ui-buyingboost
Korea
</a>
</li>
<li data-region="LT">
<a href="#" tabindex="-1" class="flag lt"
data-i18n="settings#egress-region#select-lt">
Lithuania
</a>
</li>
<li data-region="LV">
<a href="#" tabindex="-1" class="flag lv"
data-i18n="settings#egress-region#select-lv">
Expand Down Expand Up @@ -2108,6 +2114,12 @@ <h2 data-i18n="feedback#top_content_title">Give Us Your Feedback</h2>
<label class="checkbox inline" for="debug-AvailableEgressRegions-KR">KR</label>
</div>
</div>
<div class="checkbox-container">
<div class="controls checkbox inline">
<input type="checkbox" id="debug-AvailableEgressRegions-LT" value="LT">
<label class="checkbox inline" for="debug-AvailableEgressRegions-LT">LT</label>
</div>
</div>
<div class="checkbox-container">
<div class="controls checkbox inline">
<input type="checkbox" id="debug-AvailableEgressRegions-LV" value="LV">
Expand Down
Binary file modified src/webui/node_modules.7z
Binary file not shown.

0 comments on commit 68d4bef

Please sign in to comment.