Skip to content

Commit

Permalink
Merge pull request #571 from pwittchen/fixing-pl-translation
Browse files Browse the repository at this point in the history
fixed typos for Polish translation and added missing Polish translation
  • Loading branch information
leits authored Jan 5, 2023
2 parents c471917 + 6133f39 commit 181d3ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"preferences_appearance_status_bar_time_show_value" = "pokaż";
"preferences_appearance_status_bar_time_show_under_title_value" = "pokaż pod tytułem";
"preferences_appearance_status_bar_time_hide_value" = "ukryj";
"preferences_appearance_status_bar_next_event_toggle" = "Pokaż tylko wydarzenie rozpoczynające się w ciągu";
"preferences_appearance_status_bar_next_event_toggle" = "Pokaż tylko wydarzenia rozpoczynające się w ciągu";
"preferences_appearance_status_bar_next_event_stepper" = "%d minut";
"preferences_appearance_menu_title" = "Menu";
"preferences_appearance_menu_shorten_event_title_toggle" = "Skróć tytuł wydarzenia do";
Expand Down Expand Up @@ -194,6 +194,7 @@
"status_bar_section_join_next_meeting" = "Dołącz do następnego spotkania";
"status_bar_section_join_current_meeting" = "Dołącz do bieżącego spotkania";
"status_bar_section_join_from_clipboard" = "Otwórz spotkanie ze schowka";
"status_bar_section_refresh_sources" = "Odśwież źródła";
"status_bar_section_join_create_meeting" = "Utwórz spotkanie";
"status_bar_section_bookmarks_title" = "Zakładki";
"status_bar_section_bookmarks_menu" = "Menu zakładek";
Expand Down
2 changes: 1 addition & 1 deletion MeetingBar/Views/Shared.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ struct LaunchAtLoginANDPreferredLanguagePicker: View {
Text("Norks").tag(AppLanguage.norwegian)
Text("Čeština").tag(AppLanguage.czech)
Text("日本語").tag(AppLanguage.japanese)
Text("Polskie").tag(AppLanguage.polish)
Text("Polski").tag(AppLanguage.polish)
Text("עברית‎").tag(AppLanguage.hebrew)
}
Group {
Expand Down

0 comments on commit 181d3ea

Please sign in to comment.