From 14f56d6af27d183fd6e3e6bd245caffc2b096abb Mon Sep 17 00:00:00 2001 From: Reed Harston Date: Fri, 8 Mar 2024 13:22:42 -0800 Subject: [PATCH] Localize the european languages I'm familiar with --- Xcodes/Resources/Localizable.xcstrings | 42 ++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/Xcodes/Resources/Localizable.xcstrings b/Xcodes/Resources/Localizable.xcstrings index ed9f2c2..e0d616d 100644 --- a/Xcodes/Resources/Localizable.xcstrings +++ b/Xcodes/Resources/Localizable.xcstrings @@ -16518,11 +16518,53 @@ }, "ReleaseNotes" : { "localizations" : { + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notes de la versió" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Release-Notes" + } + }, "en" : { "stringUnit" : { "state" : "translated", "value" : "Release Notes" } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notas del Lanzamiento" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notes de Mise á Jour" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Note di Rilascio" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Release Notes" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notas de Lançamento" + } } } },