-
-
Notifications
You must be signed in to change notification settings - Fork 932
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next' into da-locale-person
- Loading branch information
Showing
65 changed files
with
2,155 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
|
||
import { Faker } from '../faker'; | ||
import base from '../locales/base'; | ||
import en from '../locales/en'; | ||
import eo from '../locales/eo'; | ||
|
||
export const faker = new Faker({ | ||
locale: [eo, en, base], | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export default [ | ||
'amerika nigra urso', | ||
'azia nigra urso', | ||
'blanka urso', | ||
'bruna urso', | ||
'granda pando', | ||
'longlipa urso', | ||
'malaja urso', | ||
'okulvitra urso', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
export default [ | ||
'amerika krokodilo', | ||
'aŭstralia krokodilo', | ||
'ĉina aligatoro', | ||
'filipina krokodilo', | ||
'gavialo', | ||
'kuba krokodilo', | ||
'mara krokodilo', | ||
'marĉa krokodilo', | ||
'meksika krokodilo', | ||
'misisipa aligatoro', | ||
'nana krokodilo', | ||
'nigra kajmano', | ||
'nila krokodilo', | ||
'okcidentafrika krokodilo', | ||
'orinoka krokodilo', | ||
'siama krokodilo', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { AnimalDefinition } from '../../..'; | ||
import bear from './bear'; | ||
import crocodilia from './crocodilia'; | ||
import lion from './lion'; | ||
import type_ from './type'; | ||
|
||
const animal: AnimalDefinition = { | ||
bear, | ||
crocodilia, | ||
lion, | ||
type: type_, | ||
}; | ||
|
||
export default animal; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export default [ | ||
'azia leono', | ||
'berbera leono', | ||
'kaba leono', | ||
'masaja leono', | ||
'okcidentafrika leono', | ||
'senegala leono', | ||
'transvala leono', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
export default [ | ||
'birdo', | ||
'bovo', | ||
'cetaco', | ||
'ĉevalo', | ||
'fiŝo', | ||
'hundo', | ||
'insekto', | ||
'kato', | ||
'krokodilulo', | ||
'kuniklo', | ||
'leono', | ||
'serpento', | ||
'urso', | ||
]; |
Oops, something went wrong.