You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, /convert supports specifically 1 word for each unit, however, it doesn't support more forms (aliases), many of which can be auto-generated (e.g. sq m and sqm alias m², similarly, cb m and cbm for m³).
Similarly, supporting m2 and m3 as m² and m³ respectively would further improve the user experience.
Important
Not all languages support a custom prefix!. For example, in Spanish (Spain and LATAM) there is no equivalent to sq m (square meter) in a short form, only as a long form (metro cuadrado).
Currently,
/convertsupports specifically 1 word for each unit, however, it doesn't support more forms (aliases), many of which can be auto-generated (e.g.sq mandsqmaliasm², similarly,cb mandcbmform³).Similarly, supporting
m2andm3asm²andm³respectively would further improve the user experience.Important
Not all languages support a custom prefix!. For example, in Spanish (Spain and LATAM) there is no equivalent to
sq m(square meter) in a short form, only as a long form (metro cuadrado).