Skip to content

Commit

Permalink
chore: fix format and add import
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea committed Oct 2, 2024
1 parent 5d27690 commit 8dae35a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions projects/i18n/languages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export * from '@taiga-ui/i18n/languages/hebrew';
export * from '@taiga-ui/i18n/languages/italian';
export * from '@taiga-ui/i18n/languages/japan';
export * from '@taiga-ui/i18n/languages/kazakh';
export * from '@taiga-ui/i18n/languages/korean';
export * from '@taiga-ui/i18n/languages/lithuanian';
export * from '@taiga-ui/i18n/languages/malay';
export * from '@taiga-ui/i18n/languages/polish';
export * from '@taiga-ui/i18n/languages/portuguese';
Expand Down
6 changes: 5 additions & 1 deletion projects/i18n/languages/lithuanian/kit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ export const TUI_LITHUANIAN_LANGUAGE_KIT: TuiLanguageKit = {
otherDate: 'Kita data...',
showAll: 'Rodyti viską',
hide: 'Slėpti',
mobileCalendarTexts: ['Pasirinkite dieną', 'Pasirinkite intervalą', 'Pasirinkite dienas'],
mobileCalendarTexts: [
'Pasirinkite dieną',
'Pasirinkite intervalą',
'Pasirinkite dienas',
],
range: ['nuo', 'iki'],
countTexts: ['Plius', 'Minus'],
time: {
Expand Down

0 comments on commit 8dae35a

Please sign in to comment.