translate moon phase

This commit is contained in:
hueso
2026-08-04 20:36:03 -03:00
committed by hueso
parent 5bd8be7d09
commit f338c978e1
+8 -8
View File
@@ -80,11 +80,11 @@ static void _update(moon_phase_state_t *state) {
switch (phase_index) {
case 0:
case 8:
watch_display_text_with_fallback(WATCH_POSITION_BOTTOM, "NE!J ", " Neu ");
watch_display_text_with_fallback(WATCH_POSITION_BOTTOM, "NE!J ", " NUEVA");
watch_display_text_with_fallback(WATCH_POSITION_TOP_LEFT, " ", " ");
break;
case 1:
watch_display_text(WATCH_POSITION_BOTTOM, "CresNt");
watch_display_text(WATCH_POSITION_BOTTOM, "Crecie");
watch_display_text_with_fallback(WATCH_POSITION_TOP_LEFT, "WAX", " ");
if (watch_get_lcd_type() == WATCH_LCD_TYPE_CLASSIC) {
if (!southern) {
@@ -99,7 +99,7 @@ static void _update(moon_phase_state_t *state) {
}
break;
case 2:
watch_display_text_with_fallback(WATCH_POSITION_BOTTOM, southern ? "3rdQtr" : "1stQtr", southern ? " 3rd q" : " 1st q");
watch_display_text_with_fallback(WATCH_POSITION_BOTTOM, southern ? "4#meng" : "4#Crec", southern ? " 4#meng" : "4#Crec");
watch_display_text_with_fallback(WATCH_POSITION_TOP_LEFT, "WAX", " ");
if (watch_get_lcd_type() == WATCH_LCD_TYPE_CLASSIC) {
if (!southern) {
@@ -116,7 +116,7 @@ static void _update(moon_phase_state_t *state) {
}
break;
case 3:
watch_display_text_with_fallback(WATCH_POSITION_BOTTOM, "GbboUs", " Gibb ");
watch_display_text_with_fallback(WATCH_POSITION_BOTTOM, "GbboUs", " GibCr");
watch_display_text_with_fallback(WATCH_POSITION_TOP_LEFT, "WAX", " ");
if (watch_get_lcd_type() == WATCH_LCD_TYPE_CLASSIC) {
if (!southern) {
@@ -135,7 +135,7 @@ static void _update(moon_phase_state_t *state) {
}
break;
case 4:
watch_display_text_with_fallback(WATCH_POSITION_BOTTOM, "FULL ", " FULL ");
watch_display_text_with_fallback(WATCH_POSITION_BOTTOM, "FULL ", "LLENA ");
watch_display_text_with_fallback(WATCH_POSITION_TOP_LEFT, " ", " ");
if (watch_get_lcd_type() == WATCH_LCD_TYPE_CLASSIC) {
watch_set_pixel(2, 13);
@@ -149,7 +149,7 @@ static void _update(moon_phase_state_t *state) {
}
break;
case 5:
watch_display_text_with_fallback(WATCH_POSITION_BOTTOM, "GbboUs", " Gibb ");
watch_display_text_with_fallback(WATCH_POSITION_BOTTOM, "GbboUs", " GibMe");
watch_display_text_with_fallback(WATCH_POSITION_TOP_LEFT, "WAN", " ");
if (watch_get_lcd_type() == WATCH_LCD_TYPE_CLASSIC) {
if (!southern) {
@@ -168,7 +168,7 @@ static void _update(moon_phase_state_t *state) {
}
break;
case 6:
watch_display_text_with_fallback(WATCH_POSITION_BOTTOM, southern ? "1stQtr" : "3rdQtr", southern ? " 1st q" : " 3rd q");
watch_display_text_with_fallback(WATCH_POSITION_BOTTOM, southern ? "4#Crec" : "4#meng", southern ? "4#Crec" : "4#meng");
watch_display_text_with_fallback(WATCH_POSITION_TOP_LEFT, "WAN", " ");
if (watch_get_lcd_type() == WATCH_LCD_TYPE_CLASSIC) {
if (!southern) {
@@ -185,7 +185,7 @@ static void _update(moon_phase_state_t *state) {
}
break;
case 7:
watch_display_text(WATCH_POSITION_BOTTOM, "CresNt");
watch_display_text(WATCH_POSITION_BOTTOM, "MENGUA");
watch_display_text_with_fallback(WATCH_POSITION_TOP_LEFT, "WAN", " ");
if (watch_get_lcd_type() == WATCH_LCD_TYPE_CLASSIC) {
if (!southern) {