We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b32c28 commit 2a4b15cCopy full SHA for 2a4b15c
2 files changed
src/locales/ja/animal/bear.ts
@@ -0,0 +1,12 @@
1
+export default [
2
+ 'アジアクロクマ',
3
+ 'アメリカクロクマ',
4
+ 'ジャイアントパンダ',
5
+ 'ツキノワグマ',
6
+ 'ナマケグマ',
7
+ 'ハイイログマ',
8
+ 'ヒグマ',
9
+ 'ホッキョクグマ',
10
+ 'マレーグマ',
11
+ 'メガネグマ',
12
+];
src/locales/ja/animal/index.ts
@@ -3,10 +3,12 @@
* Run 'pnpm run generate:locales' to update.
*/
import type { AnimalDefinition } from '../../..';
+import bear from './bear';
import cat from './cat';
import dog from './dog';
const animal: AnimalDefinition = {
+ bear,
cat,
13
dog,
14
};
0 commit comments