-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add info tooltip for Turkish translation
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,11 @@ export class LanguageSettingsComponent { | |
value: 'Die italienische Übersetzung wird bereitgestellt vom DAI Rom. Bei Fragen und Anmerkungen zur Übersetzung wenden Sie sich bitte an: [email protected]' | ||
}); | ||
|
||
availableLanguages['tr'].info = this.i18n({ | ||
id: 'settings.languageInfo.tr', | ||
value: 'Bei Fragen und Anmerkungen zur türkischen Übersetzung wenden Sie sich bitte an: [email protected]' | ||
}); | ||
|
||
availableLanguages['uk'].info = this.i18n({ | ||
id: 'settings.languageInfo.uk', | ||
value: 'Bei Fragen und Anmerkungen zur ukrainischen Übersetzung wenden Sie sich bitte an: [email protected]' | ||
|