1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 15:06:06 +00:00

String resources

This commit is contained in:
Yan Maniez 2020-05-17 00:08:09 +02:00
parent 8987e446a8
commit 7b0ce8c54c
2 changed files with 64 additions and 27 deletions

View file

@ -93,6 +93,15 @@ class AppLocalizations {
);
}
String get originTitle {
return Intl.message(
'Origin',
name: 'originTitle',
desc: 'Title for the Origin page',
locale: localeName,
);
}
String get backgroundTitle {
return Intl.message(
'Background',
@ -192,6 +201,39 @@ class AppLocalizations {
);
}
String get originRegionsOfOrigin {
return Intl.message(
'Regions of Origin',
name: 'originRegionsOfOrigin',
desc: '',
locale: localeName,
);
}
String get originMainLanguages {
return Intl.message(
'Main Languages',
name: 'originMainLanguages',
desc: '',
locale: localeName,
);
}
String get originAspirations {
return Intl.message(
'Aspirations',
name: 'originAspirations',
desc: '',
locale: localeName,
);
}
String get originAvailableSkills {
return Intl.message(
'Available Skills',
name: 'originAvailableSkills',
desc: '',
locale: localeName,
);
}
String get monstersTypes {
return Intl.message(
'Types',