From 68c4737b82cba06d88022767d21551b126dba928 Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Fri, 24 Jan 2025 20:55:25 +0100 Subject: Add Danish localization (#7220) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Danish localization * Fix * Update src/locale/locales/da/messages.po Co-authored-by: Frudrax Cheng * Typo * Inconsistent translation of "draft" * Do not use "post" as verb * Change "post"/"repost" to "opslag"/"videredeling" * Fix "About" * Fix * Add to iOS config * Sort alphabetically * Typo fixes by @kseistrup * Fix gender of "opslag" * Plural * "videredeling" > "deling" * Be specific that ÆØÅ is not allowed * Add new strings from main --------- Co-authored-by: Frudrax Cheng --- lingui.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lingui.config.js') diff --git a/lingui.config.js b/lingui.config.js index 851d96f33..fe93775f9 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -5,6 +5,7 @@ module.exports = { 'an', 'ast', 'ca', + 'da', 'de', 'el', 'en-GB', -- cgit 1.4.1