Skip to content

Commit

Permalink
Add Ireland provinces and Galacia to countries
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Nov 18, 2024
1 parent fc39fa8 commit d2f4e51
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/global_styl/flags16.styl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

.f16 .flag{display:inline-block;height:16px;width:16px;vertical-align:text-top;line-height:16px;background:url("https://cdn.online-go.com/assets/flags16.2022-10-27.png") no-repeat;}
.f16 .flag{display:inline-block;height:16px;width:16px;vertical-align:text-top;line-height:16px;background:url("https://cdn.online-go.com/assets/flags16.2024-11-18.png") no-repeat;}
.f16 ._African_Union{background-position:0 -16px;}
.f16 ._Arab_League{background-position:0 -32px;}
.f16 ._ASEAN{background-position:0 -48px;}
Expand Down Expand Up @@ -324,3 +324,9 @@
.f16 ._Lord_Howe_Island{background-position:0 -4800px;}
.f16 ._cat{background-position:0 -4816px;}
.f16 ._LGBT{background-position:0 -4832px;}
.f16 ._Ulster{background-position:0 -4880px;}
.f16 ._Leinster{background-position:0 -4896px;}
.f16 ._Munster{background-position:0 -4912px;}
.f16 ._Connacht{background-position:0 -4928px;}
.f16 ._Ireland_Provinces{background-position:0 -4944px;}
.f16 ._Galicia{background-position:0 -4960px;}
8 changes: 7 additions & 1 deletion src/global_styl/flags32.styl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

.f32 .flag{display:inline-block;height:32px;width:32px;vertical-align:text-top;line-height:32px;background:url("https://cdn.online-go.com/assets/flags32.2022-10-27.png") no-repeat;}
.f32 .flag{display:inline-block;height:32px;width:32px;vertical-align:text-top;line-height:32px;background:url("https://cdn.online-go.com/assets/flags32.2024-11-18.png") no-repeat;}
.f32 ._African_Union{background-position:0 -32px;}
.f32 ._Arab_League{background-position:0 -64px;}
.f32 ._ASEAN{background-position:0 -96px;}
Expand Down Expand Up @@ -325,3 +325,9 @@
.f32 ._Lord_Howe_Island{background-position:0 -9600px;}
.f32 ._cat{background-position:0 -9632px;}
.f32 ._LGBT{background-position:0 -9664px;}
.f32 ._Ulster{background-position:0 -9760px;}
.f32 ._Leinster{background-position:0 -9792px;}
.f32 ._Munster{background-position:0 -9824px;}
.f32 ._Connacht{background-position:0 -9856px;}
.f32 ._Ireland_Provinces{background-position:0 -9888px;}
.f32 ._Galicia{background-position:0 -9920px;}
6 changes: 6 additions & 0 deletions src/lib/translate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,12 @@ fantasy_countries.push(["_GoT_Targaryen", gettext("House Targaryen")]);
fantasy_countries.push(["_GoT_Tully", gettext("House Tully")]);
fantasy_countries.push(["_GoT_Tyrell", gettext("House Tyrell")]);
fantasy_countries.push(["_LGBT", gettext("LGBT+ Pride")]);
fantasy_countries.push(["_Ulster", gettext("Ulster")]);
fantasy_countries.push(["_Leinster", gettext("Leinster")]);
fantasy_countries.push(["_Munster", gettext("Munster")]);
fantasy_countries.push(["_Connacht", gettext("Connacht")]);
fantasy_countries.push(["_Ireland_Provinces", gettext("Ireland Provinces")]);
fantasy_countries.push(["_Galicia", gettext("Galicia")]);

try {
for (const e of fantasy_countries) {
Expand Down

0 comments on commit d2f4e51

Please sign in to comment.