mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
5 lines
149 B
JavaScript
5 lines
149 B
JavaScript
|
export const SLUG_PRESERVE_UNICODE = false;
|
||
|
export const SLUG_SEPARATOR = '_';
|
||
|
export const SLUG_LANG = 'en';
|
||
|
export const LANGUAGES = ['de', 'en'];
|