Skip to content

Commit

Permalink
Add Danish Language (#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
Baloo1 authored Dec 9, 2022
1 parent 72658d7 commit a7e9e0a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/QBImagePicker/QBImagePicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
7D92D893270E4FF700BFC37E /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
7D92D894270E500300BFC37E /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
82C8A8C927C370E300A3B0EB /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
1F83428028819165002788FE /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
1F83427F28819162002788FE /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
AA3AD06D1ACF9A3A00BF523E /* QBVideoIconView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QBVideoIconView.h; sourceTree = "<group>"; };
AA3AD06E1ACF9A3A00BF523E /* QBVideoIconView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QBVideoIconView.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -259,6 +260,7 @@
sv,
nb,
vi,
da,
fi,
);
mainGroup = AAA8FDF91ACDA079002A9710;
Expand Down Expand Up @@ -341,6 +343,7 @@
7D92D894270E500300BFC37E /* sv */,
6525CF3C27CFBCA8004F9AAE /* nb */,
82C8A8C927C370E300A3B0EB /* vi */,
1F83428028819165002788FE /* da */,
1F83427F28819162002788FE /* fi */,
);
name = QBImagePicker.strings;
Expand Down
25 changes: 25 additions & 0 deletions ios/QBImagePicker/QBImagePicker/da.lproj/QBImagePicker.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*
QBImagePicker.strings
QBImagePicker
*/

"albums.title" = "Billeder";

"assets.footer.photo" = "%ld Billede";
"assets.footer.photos" = "%ld Billeder";
"assets.footer.video" = "%ld Video";
"assets.footer.videos" = "%ld Videoer";
"assets.footer.photo-and-video" = "%ld Billede, %ld Video";
"assets.footer.photos-and-video" = "%ld Billeder, %ld Video";
"assets.footer.photo-and-videos" = "%ld Billede, %ld Videoer";
"assets.footer.photos-and-videos" = "%ld Billeder, %ld Videoer";

"assets.toolbar.item-selected" = "%ld Valgt objekt";
"assets.toolbar.items-selected" = "%ld Udvalgte genstande";

"permission.help" = "Du har givet adgang til et begrænset antal udvalgte billeder og videoer.";
"permission.manage" = "HÅNDTERE";
"permission.title" = "For at få adgang til alle dine billeder i appen skal du give adgang til hele dit bibliotek i din enheds indstillinger.";
"permission.choose_more" = "Vælg flere billeder";
"permission.change_settings" = "Ændre indstillinger";
"permission.cancel" = "Annuller";
1 change: 1 addition & 0 deletions ios/imageCropPicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
"zh-Hans",
nb,
vi,
da,
fi,
);
mainGroup = 3400A7FF1CEB54A6008A0BC7;
Expand Down

0 comments on commit a7e9e0a

Please sign in to comment.