More work with redux, and location edit (wip)
This commit is contained in:
parent
e97a5a1a9f
commit
e55edce3d4
17 changed files with 311 additions and 186 deletions
|
|
@ -22,6 +22,8 @@ class S implements WidgetsLocalizations {
|
|||
TextDirection get textDirection => TextDirection.ltr;
|
||||
|
||||
String get AvoidThisStringsIfisNotPlural => "Zero One Two Few Many Other";
|
||||
String get CANCEL => "CANCEL";
|
||||
String get SAVE => "SAVE";
|
||||
String get UNDO => "UNDO";
|
||||
String get aDay => "a day";
|
||||
String get aF3wSeconds => "a few seconds";
|
||||
|
|
@ -104,6 +106,8 @@ class es extends S {
|
|||
@override
|
||||
String get supportThisInitiative => "Apoya esta iniciativa";
|
||||
@override
|
||||
String get SAVE => "GUARDAR";
|
||||
@override
|
||||
String get toFiresNotifications => "Suscríbete a alertas de fuegos";
|
||||
@override
|
||||
String get notPermsUbication => "No tenemos permisos para conocer tu ubicación";
|
||||
|
|
@ -134,6 +138,8 @@ class es extends S {
|
|||
@override
|
||||
String get chooseAWatchRadio => "Elige un radio de vigilancia";
|
||||
@override
|
||||
String get CANCEL => "CANCELAR";
|
||||
@override
|
||||
String get chooseAPlace => "Elige un lugar";
|
||||
@override
|
||||
String get firesNearPlace => "Fuegos cercanos a ti";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue