Skip to content

Commit f66d2f2

Browse files
committed
feat(spec): add support for shyriiwook
1 parent e1ee0fe commit f66d2f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/spec/src/locales.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const sourceLocaleSchema = Z.enum(sourceLocales);
1818
// Target
1919
export const targetLocales = [
2020
...coreLocales,
21+
'shyriiwook', // Wookiee language (Star Wars)
2122
] as const;
2223

2324
export const targetLocaleSchema = Z.enum(targetLocales);

0 commit comments

Comments
 (0)