Skip to content

Commit

Permalink
Merge pull request #1252 from snomos/master
Browse files Browse the repository at this point in the history
Localisation to Norwegian (Nynorsk)/NN, added untranslated files for a possible Norwegian (bokmål)/NB translation
  • Loading branch information
rxhanson authored Sep 16, 2023
2 parents 99f7ee8 + 091619e commit 9f1fd3f
Show file tree
Hide file tree
Showing 5 changed files with 2,292 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Rectangle.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@
9824704A22B189250037B409 /* BestEffortWindowMover.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BestEffortWindowMover.swift; sourceTree = "<group>"; };
9824705022B28D7A0037B409 /* LeftRightHalfCalculation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeftRightHalfCalculation.swift; sourceTree = "<group>"; };
983BBD6E253B609D000D223E /* FootprintWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FootprintWindow.swift; sourceTree = "<group>"; };
983D88862AB0D303008DE392 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Main.strings; sourceTree = "<group>"; };
983D88872AB0D303008DE392 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Main.strings; sourceTree = "<group>"; };
983D88882AB0D336008DE392 /* nn */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nn; path = nn.lproj/Main.strings; sourceTree = "<group>"; };
983D88892AB0D337008DE392 /* nn */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nn; path = nn.lproj/Main.strings; sourceTree = "<group>"; };
983DD03F28A844BE00BF1EEE /* SnapAreaViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnapAreaViewController.swift; sourceTree = "<group>"; };
983DD04328B0639E00BF1EEE /* SnapAreaModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnapAreaModel.swift; sourceTree = "<group>"; };
984EDB0E29A42ED200D119D2 /* LaunchOnLogin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LaunchOnLogin.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -812,6 +816,8 @@
vi,
lt,
ar,
nb,
nn,
);
mainGroup = 9824700022AF9B7D0037B409;
packageReferences = (
Expand Down Expand Up @@ -1047,6 +1053,8 @@
58A4658B29F0718700E6E8A5 /* vi */,
8A8FDF1429F85873005320B9 /* lt */,
9806A7652A80716B0026C723 /* ar */,
983D88872AB0D303008DE392 /* nb */,
983D88892AB0D337008DE392 /* nn */,
);
name = Main.storyboard;
sourceTree = "<group>";
Expand Down Expand Up @@ -1082,6 +1090,8 @@
58A4658A29F0718700E6E8A5 /* vi */,
8A8FDF1129F84EA1005320B9 /* lt */,
9806A7642A80716B0026C723 /* ar */,
983D88862AB0D303008DE392 /* nb */,
983D88882AB0D336008DE392 /* nn */,
);
name = Main.storyboard;
sourceTree = "<group>";
Expand Down
Loading

0 comments on commit 9f1fd3f

Please sign in to comment.