Skip to content

Commit

Permalink
fix(firebase_ui_localizations): fixed register translation for turkis…
Browse files Browse the repository at this point in the history
…h (#11339)
  • Loading branch information
atillaturkmen authored and lesnitsky committed Aug 8, 2023
1 parent e508dbe commit 074f82c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"description": "",
"placeholders": {}
},
"registerActionText": "Kaydet",
"registerActionText": "Kaydol",
"@registerActionText": {
"description": "Used as a label of the EmailForm submit button when the AuthAction is AuthAction.signUp.",
"placeholders": {}
Expand All @@ -270,7 +270,7 @@
"description": "Used as a hint text of the LoginView suggesting to create a new account.",
"placeholders": {}
},
"registerText": "Kaydedin",
"registerText": "Kaydolun",
"@registerText": {
"description": "Used as a title of the LoginView when AuthAction is AuthAction.signUp.",
"placeholders": {}
Expand Down
4 changes: 2 additions & 2 deletions packages/firebase_ui_localizations/lib/src/lang/tr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,13 @@ class TrLocalizations extends FirebaseUILocalizationLabels {
String get referenceLabel => "referans";

@override
String get registerActionText => "Kaydet";
String get registerActionText => "Kaydol";

@override
String get registerHintText => "Hesabınız yok mu?";

@override
String get registerText => "Kaydedin";
String get registerText => "Kaydolun";

@override
String get resetPasswordButtonLabel => "Şifreyi sıfırla";
Expand Down

0 comments on commit 074f82c

Please sign in to comment.