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.
Zaimki/src/locales.js

11 lines
517 B
JavaScript

export default [
['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],
['yi', 'ייִדיש', 'https://yi.pronouns.page', false],
['zh', '中文', 'https://zh.pronouns.page', false],
];