From d8d4210a8bf943c4432d31590d926747dee6267d Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Fri, 29 Jan 2021 08:56:07 +0100 Subject: [PATCH] [nl] final changes --- locale/nl/config.suml | 11 +++++------ locale/nl/translations.suml | 6 +++--- src/locales.js | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/locale/nl/config.suml b/locale/nl/config.suml index f194c8f53..73fdc2a13 100644 --- a/locale/nl/config.suml +++ b/locale/nl/config.suml @@ -78,7 +78,7 @@ english: enabled: false faq: - enabled: true + enabled: false route: 'faq' links: @@ -146,12 +146,11 @@ api: examples: pronouns_all: ['/api/pronouns'] pronouns_one: - - '/api/pronouns/she/her' - - '/api/pronouns/she/her?examples[]=Did%20you%20ask%20%7Bpronoun_object%7D%20to%20join%20us%3F' + - '/api/pronouns/zij/haar' + - '/api/pronouns/zij/haar?examples[]=Ik%20denk%20dat%20%7Bnominative%7D%20erg%20mooi%20is%3F' sources_all: ['/api/sources'] - sources_one: ['/api/sources/01ERQRCV0XGVJ3T07MV9F6XQ83'] + sources_one: ['/api/sources/01EX6GDCW730EB5N5HGRMGZ5EK'] nouns_all: ['/api/nouns'] - nouns_search: ['/api/nouns/search/person'] - + nouns_search: ['/api/nouns/search/meisje'] diff --git a/locale/nl/translations.suml b/locale/nl/translations.suml index 582225e99..3d9381c04 100644 --- a/locale/nl/translations.suml +++ b/locale/nl/translations.suml @@ -142,8 +142,8 @@ nouns: masculineShort: 'mann.' feminine: 'vrouwelijk' feminineShort: 'vrouw.' - neuter: 'onzijdig' - neuterShort: 'onzij.' + neuter: 'neutraal' + neuterShort: 'neutr.' singular: 'enkelvoud' singularShort: 'enkelv.' @@ -391,7 +391,7 @@ profile: list: 'Jouw kaarten' init: 'Creëer een kaart' - show: 'Laat zien' + show: 'Laat kaart zien' edit: 'Edit' delete: 'Verwijder' deleteConfirm: 'Weet je zeker dat je deze kaart wilt verwijderen?' diff --git a/src/locales.js b/src/locales.js index 395f5a730..dabfc171f 100644 --- a/src/locales.js +++ b/src/locales.js @@ -2,7 +2,7 @@ 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], + ['nl', 'Nederlands', 'https://nl.pronouns.page', true], ['pl', 'Polski', 'https://zaimki.pl', true], ['pt', 'Português', 'https://pt.pronouns.page', false], ['yi', 'ייִדיש', 'https://yi.pronouns.page', false],