From ad806c6808c7feaa6585d22e19700a04fead87c8 Mon Sep 17 00:00:00 2001 From: Pixelcode <52963327+realpixelcode@users.noreply.github.com> Date: Sat, 2 Apr 2022 15:23:43 +0000 Subject: Add i18n * add i18n for translation * German translation * Arabic translation * RTL support --- src/pages/popup/popup.html | 44 ++++++++++++++++++++++---------------------- src/pages/popup/style.css | 2 +- 2 files changed, 23 insertions(+), 23 deletions(-) (limited to 'src/pages/popup') diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index e4d14067..2f83116c 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -8,11 +8,11 @@ - +
-

YouTube

+

YouTube

@@ -20,7 +20,7 @@
-

YT Music

+

YT Music

@@ -28,7 +28,7 @@
-

Twitter

+

Twitter

@@ -37,7 +37,7 @@ -

Instagram

+

Instagram

@@ -46,7 +46,7 @@ -

TikTok

+

TikTok

@@ -54,7 +54,7 @@
-

Imgur

+

Imgur

@@ -63,7 +63,7 @@ -

Reddit

+

Reddit

@@ -72,7 +72,7 @@ -

Pixiv

+

Pixiv

@@ -80,7 +80,7 @@
-

Spotify

+

Spotify

@@ -88,7 +88,7 @@
-

Wikipedia

+

Wikipedia

@@ -101,7 +101,7 @@ -

Medium

+

Medium

@@ -109,7 +109,7 @@ @@ -117,7 +117,7 @@ @@ -128,7 +128,7 @@ -

Search

+

Search

@@ -139,7 +139,7 @@ -

Translate

+

Translate

@@ -151,7 +151,7 @@ -

Maps

+

Maps

@@ -162,7 +162,7 @@ -

Send Files

+

Send Files

@@ -173,7 +173,7 @@ - Instance + Instance - Settings + Settings - + - \ No newline at end of file + diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css index a2fc1256..c84e3c71 100644 --- a/src/pages/popup/style.css +++ b/src/pages/popup/style.css @@ -1,5 +1,5 @@ body { - width: 240px; + width: 250px; min-height: auto; } -- cgit 1.4.1