0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Add Lithuanian language support (#19621)

Add Lithuanian language (lt) support
This commit is contained in:
Ryan Feigenbaum 2024-01-30 14:37:03 -05:00 committed by GitHub
parent c4912665e5
commit 1c017f1b7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@ const SUPPORTED_LOCALES = [
'it', // Italian 'it', // Italian
'ja', // Japanese 'ja', // Japanese
'ko', // Korean 'ko', // Korean
'lt', // Lithuanian
'mn', // Mongolian 'mn', // Mongolian
'ms', // Malay 'ms', // Malay
'nl', // Dutch 'nl', // Dutch

View file

@ -1,5 +1,5 @@
{ {
"(Save {{highestYearlyDiscount}}%)": "(Sutaupyk {{highestYearlyDiscount}}%)", "(save {{highestYearlyDiscount}}%)": "(Sutaupyk {{highestYearlyDiscount}}%)",
"{{amount}} days free": "{{amount}} d. nemokamai", "{{amount}} days free": "{{amount}} d. nemokamai",
"{{amount}} off": "{{amount}} mažiau", "{{amount}} off": "{{amount}} mažiau",
"{{amount}} off for first {{number}} months.": "{{amount}} pigiau pirmiems {{number}} mėnesiams.", "{{amount}} off for first {{number}} months.": "{{amount}} pigiau pirmiems {{number}} mėnesiams.",