Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed typos for Polish translation and added missing Polish translation #571

Merged
merged 1 commit into from
Jan 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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