feat(tokens): add design tokens, type scale, push scaffold, and root nav state
This commit is contained in:
@@ -129,7 +129,7 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @navHome.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
/// **'Inicio'**
|
||||
/// **'Escuchar'**
|
||||
String get navHome;
|
||||
|
||||
/// No description provided for @navSearch.
|
||||
|
||||
@@ -12,7 +12,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
String get appTitle => 'PluriWave';
|
||||
|
||||
@override
|
||||
String get navHome => 'Home';
|
||||
String get navHome => 'Listen';
|
||||
|
||||
@override
|
||||
String get navSearch => 'Search';
|
||||
|
||||
@@ -12,7 +12,7 @@ class AppLocalizationsEs extends AppLocalizations {
|
||||
String get appTitle => 'PluriWave';
|
||||
|
||||
@override
|
||||
String get navHome => 'Inicio';
|
||||
String get navHome => 'Escuchar';
|
||||
|
||||
@override
|
||||
String get navSearch => 'Buscar';
|
||||
|
||||
Reference in New Issue
Block a user