translations.tsx 169 B

123456789
  1. export function getTranslations() {
  2. return {
  3. '': {
  4. domain: 'the_domain',
  5. lang: 'en',
  6. plural_forms: 'nplurals=2; plural=(n != 1);',
  7. },
  8. };
  9. }