regression: Detach i18n resources from main bundle (#36071)
parent
123be2c8fb
commit
088e8b433f
@ -0,0 +1,12 @@ |
||||
// dummy
|
||||
export type RocketchatI18nKeys = |
||||
| 'core.key1' |
||||
| 'core.key2' |
||||
| 'onboarding.key1' |
||||
| 'onboarding.key2' |
||||
| 'registration.key1' |
||||
| 'registration.key2' |
||||
| 'cloud.key1' |
||||
| 'cloud.key2' |
||||
| 'subscription.key1' |
||||
| 'subscription.key2'; |
||||
Loading…
Reference in new issue