From 17a7b256fdfeaf297daef2b933d9b0bc06080eef Mon Sep 17 00:00:00 2001 From: "gitlocalize-app[bot]" <55277160+gitlocalize-app[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 05:04:27 +0100 Subject: [PATCH] Add Catalan translation (#31) Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com> --- translations/ca-es/intents.json | 40 ++++++++++++++++----------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/translations/ca-es/intents.json b/translations/ca-es/intents.json index c565253..7db8f82 100644 --- a/translations/ca-es/intents.json +++ b/translations/ca-es/intents.json @@ -1,22 +1,20 @@ { - "WhenWereYouBorn.intent": [ - "quan vas n\u00e9ixer", - "quan et van crear" - ], - "WhereWereYouBorn.intent": [ - "on vas n\u00e9ixer", - "on te van crear" - ], - "WhoMadeYou.intent": [ - "qui t'ha fet", - "qui te va fer", - "qui te va crear", - "qui t'ha fabricat" - ], - "WhatAreYou.intent": [ - "qu\u00e8 eres" - ], - "WhoAreYou.intent": [ - "qui ets" - ] -} \ No newline at end of file + "WhenWereYouBorn.intent": [ + "quan vas néixer", + "quan et van crear" + ], + "WhereWereYouBorn.intent": [ + "on vas néixer", + "on te van crear" + ], + "WhoMadeYou.intent": [ + "qui t'ha fet", + "qui te va fer" + ], + "WhatAreYou.intent": [ + "què eres" + ], + "WhoAreYou.intent": [ + "qui ets" + ] +}