From b20aaecc01a231c0bbdd931685842326098c9aa9 Mon Sep 17 00:00:00 2001 From: Melvin Blokhuijzen Date: Sat, 1 Oct 2022 11:53:48 +0200 Subject: [PATCH 1/2] feat: Translate into dutch language --- .../appflowy_editor/lib/l10n/intl_nl_NL.arb | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_nl_NL.arb diff --git a/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_nl_NL.arb b/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_nl_NL.arb new file mode 100644 index 0000000000..147e587bce --- /dev/null +++ b/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_nl_NL.arb @@ -0,0 +1,35 @@ +{ + "@@locale": "nl-NL", + "bold": "Vet", + "@bold": {}, + "bulletedList": "Opsommingstekens", + "@bulletedList": {}, + "checkbox": "Selectievakje", + "@checkbox": {}, + "embedCode": "", + "@embedCode": {}, + "heading1": "H1", + "@heading1": {}, + "heading2": "H2", + "@heading2": {}, + "heading3": "H3", + "@heading3": {}, + "highlight": "Highlight", + "@highlight": {}, + "image": "Afbeelding", + "@image": {}, + "italic": "Cursief", + "@italic": {}, + "link": "", + "@link": {}, + "numberedList": "Nummering", + "@numberedList": {}, + "quote": "Quote", + "@quote": {}, + "strikethrough": "Doorhalen", + "@strikethrough": {}, + "text": "Tekst", + "@text": {}, + "underline": "Onderstrepen", + "@underline": {} +} \ No newline at end of file From 9206e2cdff765356d45342dc233a1d75b18f92d4 Mon Sep 17 00:00:00 2001 From: Melvin Blokhuijzen Date: Sat, 1 Oct 2022 11:56:36 +0200 Subject: [PATCH 2/2] feat: Add translation for Embed code --- .../app_flowy/packages/appflowy_editor/lib/l10n/intl_nl_NL.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_nl_NL.arb b/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_nl_NL.arb index 147e587bce..814e22655d 100644 --- a/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_nl_NL.arb +++ b/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_nl_NL.arb @@ -6,7 +6,7 @@ "@bulletedList": {}, "checkbox": "Selectievakje", "@checkbox": {}, - "embedCode": "", + "embedCode": "Invoegcode", "@embedCode": {}, "heading1": "H1", "@heading1": {},