feat(tokens): add design tokens, type scale, push scaffold, and root nav state
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"@@locale": "en",
|
||||
"appTitle": "PluriWave",
|
||||
"navHome": "Home",
|
||||
"navHome": "Listen",
|
||||
"navSearch": "Search",
|
||||
"navFavorites": "Favorites",
|
||||
"navAlarms": "Alarms",
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"@@locale": "es",
|
||||
"appTitle": "PluriWave",
|
||||
"navHome": "Inicio",
|
||||
"navHome": "Escuchar",
|
||||
"navSearch": "Buscar",
|
||||
"navFavorites": "Favoritos",
|
||||
"navAlarms": "Alarmas",
|
||||
|
||||
@@ -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