-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add catalan language * Update * Bump version, add changelog, update readme
- Loading branch information
Showing
30 changed files
with
147 additions
and
25 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
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
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
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"@@locale": "ca", | ||
"invalidPhoneNumber": "Número de telèfon invàlid", | ||
"invalidCountry": "País invàlid", | ||
"invalidMobilePhoneNumber": "Número de telèfon mòbil invàlid", | ||
"invalidFixedLinePhoneNumber": "Número de telèfon fix invàlid", | ||
"requiredPhoneNumber": "Número de telèfon obligatori", | ||
"selectACountrySemanticLabel": "Seleccioneu un país. Selecció actual: {countryName} {dialCode}", | ||
"@selectACountrySemanticLabel": { | ||
"description": "semantic description of the country button", | ||
"placeholders": { | ||
"countryName": { | ||
"type": "String" | ||
}, | ||
"dialCode": { | ||
"type": "String" | ||
} | ||
} | ||
}, | ||
"phoneNumber": "Número de telèfon", | ||
"currentValueSemanticLabel": "Valor actual: {currentValue}", | ||
"@currentValueSemanticLabel": { | ||
"description": "semantic description of the phone input. The label or hint will be dynamically added", | ||
"placeholders": { | ||
"currentValue": { | ||
"type": "String" | ||
} | ||
} | ||
} | ||
} |
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_ar.dart
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
36 changes: 36 additions & 0 deletions
36
lib/src/localization/generated/phone_field_localization_impl_ca.dart
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
import 'phone_field_localization_impl.dart'; | ||
|
||
// ignore_for_file: type=lint | ||
|
||
/// The translations for Catalan Valencian (`ca`). | ||
class PhoneFieldLocalizationImplCa extends PhoneFieldLocalizationImpl { | ||
PhoneFieldLocalizationImplCa([String locale = 'ca']) : super(locale); | ||
|
||
@override | ||
String get invalidPhoneNumber => 'Número de telèfon no vàlid'; | ||
|
||
@override | ||
String get invalidCountry => 'País no vàlid'; | ||
|
||
@override | ||
String get invalidMobilePhoneNumber => 'Invalid mobile phone number'; | ||
|
||
@override | ||
String get invalidFixedLinePhoneNumber => 'Número de telèfon mòbil no vàlid'; | ||
|
||
@override | ||
String get requiredPhoneNumber => 'Número de telèfon obligatori'; | ||
|
||
@override | ||
String selectACountrySemanticLabel(String countryName, String dialCode) { | ||
return 'Seleccioneu un país. Selecció actual: $countryName $dialCode'; | ||
} | ||
|
||
@override | ||
String get phoneNumber => 'Número de telèfon'; | ||
|
||
@override | ||
String currentValueSemanticLabel(String currentValue) { | ||
return 'Valor actual: $currentValue'; | ||
} | ||
} |
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_ckb.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_de.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_el.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_en.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_es.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_fa.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_fr.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_he.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_hi.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_hu.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_it.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_ku.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_nb.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_nl.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_pt.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_ru.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_sv.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_tr.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_uk.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_uz.dart
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
4 changes: 3 additions & 1 deletion
4
lib/src/localization/generated/phone_field_localization_impl_vi.dart
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
Oops, something went wrong.