Skip to content

Commit

Permalink
feat(translations): add georgian language (#1450)
Browse files Browse the repository at this point in the history
* feat: add georgian language

* feat: translate more georgian words
  • Loading branch information
osopromadze authored May 10, 2024
1 parent dbc1c45 commit 1e7f0e1
Show file tree
Hide file tree
Showing 4 changed files with 330 additions and 5 deletions.
8 changes: 4 additions & 4 deletions lib/collections/language_codes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ abstract class LanguageLocals {
// name: "Galician",
// nativeName: "Galego",
// ),
// "ka": const ISOLanguageName(
// name: "Georgian",
// nativeName: "ქართული",
// ),
"ka": const ISOLanguageName(
name: "Georgian",
nativeName: "ქართული",
),
"de": const ISOLanguageName(
name: "German",
nativeName: "Deutsch",
Expand Down
2 changes: 1 addition & 1 deletion lib/components/home/sections/genres.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class HomeGenresSection extends HookConsumerWidget {
},
icon: const Icon(SpotubeIcons.angleRight),
label: Text(
"Browse All",
context.l10n.browse_all,
style: textTheme.bodyMedium?.copyWith(
color: colorScheme.secondary,
),
Expand Down
Loading

0 comments on commit 1e7f0e1

Please sign in to comment.