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

Fix localizations.yaml #129

Merged
merged 1 commit into from
Jan 11, 2024
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
2 changes: 1 addition & 1 deletion app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<string name="EnvironmentSwitcher_Title_COPY">"Wisselen van omgeving"</string>
<string name="EnvironmentSwitcher_Subtitle_COPY">"Klik op een van de omgevingen om die te gebruiken voor de communicatie"</string>
<string name="PromptForOAuth_Title_COPY">"Inloggen"</string>
<string name="PromptForOAuth_Description_COPY">"Om imformatie op te halen moet je ingelogd zijn."</string>
<string name="PromptForOAuth_Description_COPY">"Om informatie op te halen moet je ingelogd zijn."</string>
<string name="HomeView_MainText_FirstPart_COPY">"Jouw eduID app"</string>
<string name="HomeView_MainText_SecondPart_COPY">"is klaar voor gebruik"</string>
<string name="HomeView_SecurityButton_COPY">"Beveiliging"</string>
Expand Down
5 changes: 0 additions & 5 deletions localizations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ ANDROID:
COPY:
en: Retry
nl: Nogmaals
Notifications:
ChannelName:
COPY:
en: Messages
nl: Berichten
QR:
UnknownErrorTitle:
COPY:
Expand Down
Loading