Skip to content

Commit

Permalink
Merge pull request #3129 from Flow-Launcher/hebrew-translation
Browse files Browse the repository at this point in the history
add Hebrew in available languages
  • Loading branch information
jjw24 authored Dec 15, 2024
2 parents 0c05440 + 26b33b9 commit 6a5c891
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Flow.Launcher.Core/Resource/AvailableLanguages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ internal static class AvailableLanguages
public static Language Czech = new Language("cs", "čeština");
public static Language Arabic = new Language("ar", "اللغة العربية");
public static Language Vietnamese = new Language("vi-vn", "Tiếng Việt");
public static Language Hebrew = new Language("he", "עברית");


public static List<Language> GetAvailableLanguages()
Expand Down Expand Up @@ -57,7 +58,8 @@ public static List<Language> GetAvailableLanguages()
Turkish,
Czech,
Arabic,
Vietnamese
Vietnamese,
Hebrew
};
return languages;
}
Expand Down

0 comments on commit 6a5c891

Please sign in to comment.