From 8fa3286676014c65d7646e7c421d47dd70f1ac4c Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sat, 1 Oct 2022 21:47:30 +0200 Subject: [PATCH] Add Hindi translation --- Yattee.xcodeproj/project.pbxproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Yattee.xcodeproj/project.pbxproj b/Yattee.xcodeproj/project.pbxproj index 3db5f3cf..e3e0a656 100644 --- a/Yattee.xcodeproj/project.pbxproj +++ b/Yattee.xcodeproj/project.pbxproj @@ -1140,6 +1140,7 @@ 376578902685490700D4EA09 /* PlaylistsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaylistsView.swift; sourceTree = ""; }; 37658ED428E1C567004BF6A2 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = ""; }; 37666BA927023AF000F869E5 /* AccountSelectionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountSelectionView.swift; sourceTree = ""; }; + 3768122C28E8D0BC0036FC8D /* hi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hi; path = hi.lproj/Localizable.strings; sourceTree = ""; }; 3769C02D2779F18600DDB3EA /* PlaceholderProgressView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaceholderProgressView.swift; sourceTree = ""; }; 376A33DF2720CAD6000C1D6B /* VideosApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideosApp.swift; sourceTree = ""; }; 376A33E32720CB35000C1D6B /* Account.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Account.swift; sourceTree = ""; }; @@ -2568,6 +2569,7 @@ de, fr, "nb-NO", + hi, ); mainGroup = 37D4B0BC2671614700C925CA; packageReferences = ( @@ -3579,6 +3581,7 @@ 37658ED428E1C567004BF6A2 /* de */, 375CE60428E4A038009B8EA2 /* fr */, 375CE60528E4A054009B8EA2 /* nb-NO */, + 3768122C28E8D0BC0036FC8D /* hi */, ); name = Localizable.strings; sourceTree = "";