zenno: format

This commit is contained in:
2026-03-31 12:07:38 -04:00
parent 08deedea8f
commit 22ca5c98f3
15 changed files with 196 additions and 179 deletions

View File

@@ -3,5 +3,5 @@
* Currently English is the only supported language.
*/
export interface RegionalName {
en: string
en: string;
}