Skip to content

Commit 799728a

Browse files
authored
πŸ”€ Merge pull request #516 from MrKai77/dutch-belgium-localization
🌐 Add Dutch (Belgium) localization
2 parents a9e1d83 + c5c0970 commit 799728a

3 files changed

Lines changed: 1914 additions & 4 deletions

File tree

β€ŽLoop.xcodeproj/project.pbxprojβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@
151151
A88E83C42B37B354009D332F /* CGEvent+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CGEvent+Extensions.swift"; sourceTree = "<group>"; };
152152
A89307302BAE6D0100566AEE /* CustomWindowActionUnit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomWindowActionUnit.swift; sourceTree = "<group>"; };
153153
A893D3632BD3299000063510 /* IconConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IconConfiguration.swift; sourceTree = "<group>"; };
154+
A894B0C52C4B31AA00B4CE6F /* CONTRIBUTING.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTING.md; sourceTree = "<group>"; };
155+
A894B0C62C4B31AA00B4CE6F /* CONTRIBUTORS.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTORS.md; sourceTree = "<group>"; };
154156
A89E84592C3713B50039D220 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
155157
A8A1C51D2BD3705A00515A14 /* PaddingConfigurationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaddingConfigurationView.swift; sourceTree = "<group>"; };
156158
A8A1C5202BD4863B00515A14 /* KeybindingsConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeybindingsConfiguration.swift; sourceTree = "<group>"; };
@@ -403,6 +405,8 @@
403405
A848130C2BD1A8D100B02E93 /* .github */,
404406
A8E6D1FC2A4155DC005751D4 /* .gitignore */,
405407
A86AFD7529888B29008F4892 /* README.md */,
408+
A894B0C52C4B31AA00B4CE6F /* CONTRIBUTING.md */,
409+
A894B0C62C4B31AA00B4CE6F /* CONTRIBUTORS.md */,
406410
A8E59C37297F5E9A0064D4BA /* Loop */,
407411
A8E59C36297F5E9A0064D4BA /* Products */,
408412
A883642D298B7288005D6C19 /* Frameworks */,
@@ -504,6 +508,7 @@
504508
es,
505509
"en-GB",
506510
ko,
511+
"nl-BE",
507512
);
508513
mainGroup = A8E59C2C297F5E9A0064D4BA;
509514
packageReferences = (

0 commit comments

Comments
Β (0)