forked from github.com/GenderDysphoria.fyi
* Init and Index.md for Chinese (Taiwanese) * Translate what-is gender Chinese (Taiwanese) * init Chinese (Taiwanese) * init Chinese (Taiwanese) * Add Harry Benjamin entry and update wording in Taiwanese Chinese * Update translate for depersonalization * Translate and update "Gender Euphoria" content to Taiwanese Chinese * Update link title to Taiwanese Chinese in the Gender Dysphoria Bible * Update translation for "Physical Gender Dysphoria" content to Taiwanese Chinese * Update navigation links to Taiwanese Chinese in euphoria, history, and physical dysphoria pages * Update title and description in physical dysphoria page to improve clarity in Taiwanese Chinese * Add translations for biochemical-dysphoria in Taiwanese Chinese * Taiwanese Chinese translations for social dysphoria * Update Taiwanese Chinese translations and improve clarity in the Gender Dysphoria content * Update Taiwanese Chinese translations for societal dysphoria content * Fix links in societal dysphoria page for Taiwanese Chinese translations * update Taiwanese Chinese translations for sexual dysphoria content * Update Taiwanese Chinese translations for presentational dysphoria content * Update Taiwanese Chinese translations for existential dysphoria content * Update Taiwanese Chinese translations for managed dysphoria content * Update Taiwanese Chinese translations for cause, diagnoses and treatment content * Update Taiwanese Chinese translation for impostor syndrome content * Add Taiwanese Chinese translation to the concatenation list * Add Taiwanese Chinese locale support in engines.js * Update Taiwanese Chinese translation for am-i-trans content * Fix layout * Enhance Taiwanese Chinese translation for chromosomes page * Fix layout * Update Taiwanese Chinese translations for hormones content * Update Taiwanese Chinese translations for second puberty masc content * Update Taiwanese Chinese translations for second puberty fem content * Update Taiwanese Chinese translation for conclusion page * Update Taiwanese Chinese translations for menu items * Add Taiwanese Mandarin option to language menu * Fix lang menu * fix lang menu * update titlecard for Taiwanese version * Updata translation --------- Co-authored-by: Pichu <pichu@mobagel.com>
14 lines
433 B
JavaScript
14 lines
433 B
JavaScript
|
|
module.exports = exports = [
|
|
require('../public/de/_concat.json'),
|
|
require('../public/en/_concat.json'),
|
|
require('../public/es/_concat.json'),
|
|
require('../public/nl/_concat.json'),
|
|
require('../public/pt/_concat.json'),
|
|
require('../public/fr/_concat.json'),
|
|
require('../public/hu/_concat.json'),
|
|
require('../public/pl/_concat.json'),
|
|
require('../public/zh/_concat.json'),
|
|
require('../public/tw/_concat.json'),
|
|
];
|