Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 1043366

Browse files
build: add spanish to supported languages
1 parent 56cc1f5 commit 1043366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/scripts/i18n.types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const generate = async () => {
1616
};
1717
});
1818

19-
const lang = `lang: 'en';`;
19+
const lang = `lang: 'en' | 'es';`;
2020

2121
const main = `\n\ninterface I18n {${lang}${data.map((i) => `${i.key}: ${i.name};`).join('')}}`;
2222
const interfaces = data.map((i) => `\n\ninterface ${i.name} {${i.properties.join('')}}`).join('');

0 commit comments

Comments
 (0)