zenno: implement character picker

This commit is contained in:
2026-03-30 12:13:20 -04:00
parent cc3128d65a
commit 34e8c1f812
5 changed files with 104 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
/**
* Names accounting for regions.
* Currently English is the only supported language.
*/
export interface RegionalName {
en: string
}