Skip to content

Commit

Permalink
Add Azerbaijani language
Browse files Browse the repository at this point in the history
  • Loading branch information
axiel7 committed Feb 5, 2024
1 parent 93886e6 commit 40b3f14
Show file tree
Hide file tree
Showing 4 changed files with 1,024 additions and 1 deletion.
3 changes: 3 additions & 0 deletions AniHyou Widget/az.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* Copyright (human-readable) */
"NSHumanReadableCopyright" = "";

5 changes: 5 additions & 0 deletions AniHyou.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,8 @@
4832B035285F9E1900E79D27 /* ExpandableTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExpandableTextView.swift; sourceTree = "<group>"; };
4837455C2964192000E81CA3 /* StudioDetailsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StudioDetailsView.swift; sourceTree = "<group>"; };
4837455E2964192E00E81CA3 /* StudioDetailsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StudioDetailsViewModel.swift; sourceTree = "<group>"; };
483867632B70991900DA9A47 /* az */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = az; path = az.lproj/InfoPlist.strings; sourceTree = "<group>"; };
483867642B70991900DA9A47 /* az */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = az; path = az.lproj/Localizable.strings; sourceTree = "<group>"; };
483CEABA289E67A000D30266 /* MediaThreads.graphql */ = {isa = PBXFileReference; lastKnownFileType = text; path = MediaThreads.graphql; sourceTree = "<group>"; };
483CEABD289E688400D30266 /* ThreadItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThreadItemView.swift; sourceTree = "<group>"; };
48438E072A67AB2D0042BCD9 /* AppIconSelector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppIconSelector.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1733,6 +1735,7 @@
uk,
Base,
"pt-BR",
az,
);
mainGroup = 481AD4D12851CE73001779EE;
packageReferences = (
Expand Down Expand Up @@ -2083,6 +2086,7 @@
48DCF2362AF4C9D6008E9B99 /* id */,
48A835D12B12D919008641FC /* uk */,
487F4BE32B282ED90002237C /* pt-BR */,
483867642B70991900DA9A47 /* az */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand All @@ -2097,6 +2101,7 @@
48DCF2352AF4C9D6008E9B99 /* id */,
48A835D02B12D919008641FC /* uk */,
487F4BE22B282ED90002237C /* pt-BR */,
483867632B70991900DA9A47 /* az */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
Expand Down
3 changes: 2 additions & 1 deletion AniHyou/Screens/Settings/TranslationCredits.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
import SwiftUI

private let translations = [
"id": "Clxf12",
"az_AZ": "oolyvi",
"in_ID": "Clxf12",
"ja_JP": "axiel7",
"pt_BR": "Crono0, Torti, Ratolino, RickyM7, SamOak",
"ru_RU": "Ronner231, grin3671",
Expand Down
Loading

0 comments on commit 40b3f14

Please sign in to comment.