]> Untitled Git - lemmy.git/commitdiff
Adding Albanian for weblate.
authorDessalines <tyhou13@gmx.com>
Wed, 1 Jul 2020 22:50:38 +0000 (18:50 -0400)
committerDessalines <tyhou13@gmx.com>
Wed, 1 Jul 2020 22:50:38 +0000 (18:50 -0400)
ui/src/i18next.ts
ui/src/utils.ts
ui/translations/sq.json [new file with mode: 0644]

index 5fa8f4e8848408a27159842dd034cd4d1c401825..7a341ceab9e7bf75db3b53be2bd53ae43fabf416 100644 (file)
@@ -24,6 +24,7 @@ import { gl } from './translations/gl';
 import { tr } from './translations/tr';
 import { hu } from './translations/hu';
 import { uk } from './translations/uk';
+import { sq } from './translations/sq';
 
 // https://github.com/nimbusec-oss/inferno-i18next/blob/master/tests/T.test.js#L66
 const resources = {
@@ -51,6 +52,7 @@ const resources = {
   tr,
   hu,
   uk,
+  sq,
 };
 
 function format(value: any, format: any, lng: any): any {
index 7bf6fdd1d8aa378e4ffe5fba7e2717ca177f64e6..48d2095df79806c83b805b30e1ee14a12f097e50 100644 (file)
@@ -21,6 +21,7 @@ import 'moment/locale/gl';
 import 'moment/locale/tr';
 import 'moment/locale/hu';
 import 'moment/locale/uk';
+import 'moment/locale/sq';
 
 import {
   UserOperation,
@@ -83,6 +84,7 @@ export const languages = [
   { code: 'fi', name: 'Suomi' },
   { code: 'fr', name: 'Français' },
   { code: 'sv', name: 'Svenska' },
+  { code: 'sq', name: 'Shqip' },
   { code: 'tr', name: 'Türkçe' },
   { code: 'uk', name: 'українська мова' },
   { code: 'ru', name: 'Русский' },
@@ -414,6 +416,8 @@ export function getMomentLanguage(): string {
     lang = 'hu';
   } else if (lang.startsWith('uk')) {
     lang = 'uk';
+  } else if (lang.startsWith('sq')) {
+    lang = 'sq';
   } else {
     lang = 'en';
   }
diff --git a/ui/translations/sq.json b/ui/translations/sq.json
new file mode 100644 (file)
index 0000000..0967ef4
--- /dev/null
@@ -0,0 +1 @@
+{}