Skip to content

Commit

Permalink
Merge pull request #4598 from Atharva1723/update_kannada
Browse files Browse the repository at this point in the history
Added words for Kannada language translation and also changed the language code
  • Loading branch information
Pablo Fernández authored Oct 21, 2023
2 parents e586754 + 1b11a9c commit 5046d88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions packages/notification-center/src/i18n/lang.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { ID } from './languages/id';
import { IG } from './languages/ig';
import { IT } from './languages/it';
import { JA } from './languages/ja';
import { KA } from './languages/ka';
import { KN } from './languages/kn';
import { KK } from './languages/kk';
import { KM } from './languages/km';
import { KO } from './languages/ko';
Expand Down Expand Up @@ -120,9 +120,9 @@ export const TRANSLATIONS: Record<I18NLanguage, ITranslationEntry> = {
ig: IG,
it: IT,
ja: JA,
ka: KA,
kk: KK,
km: KM,
kn: KN,
ko: KO,
ku: KU,
lo: LO,
Expand Down Expand Up @@ -206,9 +206,9 @@ export type I18NLanguage =
| 'ig'
| 'it'
| 'ja'
| 'ka'
| 'kk'
| 'km'
| 'kn'
| 'ko'
| 'ku'
| 'lo'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { ITranslationEntry } from '../lang';

export const KA: ITranslationEntry = {
export const KN: ITranslationEntry = {
translations: {
notifications: 'ಅಧಿಸೂಚನೆಗಳು',
markAllAsRead: 'ಎಲ್ಲವನ್ನು ಓದಲಾಗಿದೆ ಎಂದು ಗುರುತಿಸಿ',
poweredBy: 'ಮೂಲಕ ನಡೆಸಲ್ಪಡುತ್ತಿದೆ',
settings: 'ಸಂಯೋಜನೆಗಳು',
noNewNotification: 'აქ ახალი სანახავი ჯერ არაფერია',
settings: 'ಸೆಟ್ಟಿಂಗ್ಸ್',
noNewNotification: 'ಹೊಸ ಅಧಿಸೂಚನೆ ಇಲ್ಲ',
},
lang: 'ka',
lang: 'kn',
};

1 comment on commit 5046d88

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.