about summary refs log tree commit diff
path: root/src/lib/country-codes.ts
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-01-23 07:55:56 +0900
committerGitHub <noreply@github.com>2024-01-22 14:55:56 -0800
commitd51ad1fec94ef933eafe0e5f58fba810e349494b (patch)
tree776f780a9335cbbfbb8bee85b2f7136d58e25b80 /src/lib/country-codes.ts
parentabacc51b50653dbf96aaa6b5f0fe133ab386c135 (diff)
downloadvoidsky-d51ad1fec94ef933eafe0e5f58fba810e349494b.tar.zst
Fix typos, improve localization and unify separators (#2502)
* Correct a typing error in `FeedItem.tsx` and replace the middle dot in `Drawer.tsx` with a bullet.

* Bullet to middle dot

* `liked your custom feed{0}` to `liked your custom feed {0}`

* Revert "`liked your custom feed{0}` to `liked your custom feed {0}`"

This reverts commit 43ae67bd03abad59b15dceb12a54255d7ad302e9.

* Update FeedItem.tsx

* Update country-codes.ts
Diffstat (limited to 'src/lib/country-codes.ts')
-rw-r--r--src/lib/country-codes.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/country-codes.ts b/src/lib/country-codes.ts
index ecfeb8eae..ae0152876 100644
--- a/src/lib/country-codes.ts
+++ b/src/lib/country-codes.ts
@@ -236,7 +236,10 @@ export const COUNTRY_CODES: CountryCodeMap[] = [
   {code2: 'UG', name: 'Uganda (+256)'},
   {code2: 'UA', name: 'Ukraine (+380)'},
   {code2: 'AE', name: 'United Arab Emirates (+971)'},
-  {code2: 'GB', name: 'United Kingdom of Great Britain and Northern Ireland (+44)'},
+  {
+    code2: 'GB',
+    name: 'United Kingdom of Great Britain and Northern Ireland (+44)',
+  },
   {code2: 'US', name: 'United States of America (+1)'},
   {code2: 'UY', name: 'Uruguay (+598)'},
   {code2: 'UZ', name: 'Uzbekistan (+998)'},