This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2020-12-21 11:59:18 -08:00
|
|
|
export default [
|
2021-01-12 06:18:22 -08:00
|
|
|
['de', 'Deutsch', 'https://de.pronouns.page', false],
|
|
|
|
['es', 'Español', 'https://es.pronouns.page', true],
|
|
|
|
['en', 'English', 'https://en.pronouns.page', true],
|
|
|
|
['nl', 'Nederlands', 'https://nl.pronouns.page', false],
|
|
|
|
['pl', 'Polski', 'https://zaimki.pl', true],
|
|
|
|
['pt', 'Português', 'https://pt.pronouns.page', false],
|
2021-01-19 11:41:45 -08:00
|
|
|
['yi', 'ייִדיש', 'https://yi.pronouns.page', false],
|
2021-01-12 06:18:22 -08:00
|
|
|
['zh', '中文', 'https://zh.pronouns.page', false],
|
2020-12-21 11:59:18 -08:00
|
|
|
];
|