From 75d9c5c747805b3965e699d065c60a2f129dae9f Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Thu, 26 Dec 2024 19:10:51 +0100 Subject: [PATCH] Add Hungarian locale --- Yattee.xcodeproj/project.pbxproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Yattee.xcodeproj/project.pbxproj b/Yattee.xcodeproj/project.pbxproj index e971325e..8f745918 100644 --- a/Yattee.xcodeproj/project.pbxproj +++ b/Yattee.xcodeproj/project.pbxproj @@ -1306,6 +1306,7 @@ 376BE50A27349108009AD608 /* BrowsingSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrowsingSettings.swift; sourceTree = ""; }; 376CD21526FBE18D001E1AC1 /* Instance+Fixtures.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Instance+Fixtures.swift"; sourceTree = ""; }; 376E331128AD3B320070E30C /* ScrollDismissesKeyboard+Backport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ScrollDismissesKeyboard+Backport.swift"; sourceTree = ""; }; + 376EC9D82D1DD39800EC4500 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Localizable.strings; sourceTree = ""; }; 3771429529087BE100306CEA /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = ""; }; 3771429629087BF000306CEA /* az */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = az; path = az.lproj/Localizable.strings; sourceTree = ""; }; 3772002527E8ED2600CB2475 /* BridgingHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BridgingHeader.h; sourceTree = ""; }; @@ -2804,6 +2805,7 @@ ru, "zh-Hant", ta, + hu, ); mainGroup = 37D4B0BC2671614700C925CA; packageReferences = ( @@ -4092,6 +4094,7 @@ 3767F3342B2505EF00F257BC /* ru */, 37367E582B8F63C200436163 /* zh-Hant */, 37E21DC52CDE528A008DF47C /* ta */, + 376EC9D82D1DD39800EC4500 /* hu */, ); name = Localizable.strings; sourceTree = "";