Add language tests for yesterda, etc.

This commit is contained in:
Dianne Skoll
2025-08-11 18:20:34 -04:00
parent a7696d659c
commit 3fdbf8b3bc
3 changed files with 114 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ SET $Today "avui"
SET $Tomorrow "demà"
TRANSLATE "yesterday" "ahir"
FSET subst_bx(a,d,t) iif(d==today()+2, "demà passat", d >= today(), "d'aquí " + (d-today()) + " dies", "fa " + (today()-d) + "dies")
FSET subst_bx(a,d,t) iif(d==today()+2, "demà passat", d >= today(), "d'aquí " + (d-today()) + " dies", "fa " + (today()-d) + " dies")
# 1 d'abril vs 1 de maig.
FSET subst_sx(a,d,t) iif(isany(substr(mon(d), 1, 1), "a", "o") , "d'", "de")