🌐 i18n(locale): add lithuanian language support (#8711)

Co-authored-by: Andrius Budvytis <154380884+abudvytis@users.noreply.github.com>
This commit is contained in:
tdslot
2025-10-18 19:27:39 +02:00
committed by GitHub
parent dffa4f4fc7
commit be0da4845c
3 changed files with 320 additions and 0 deletions

View File

@@ -52,4 +52,5 @@ pub const locales = [_][:0]const u8{
"he_IL.UTF-8",
"zh_TW.UTF-8",
"hr_HR.UTF-8",
"lt_LT.UTF-8",
};