diff --git a/src/App/Pages/Settings/SettingsCreditsPage.cs b/src/App/Pages/Settings/SettingsCreditsPage.cs
index 7e7b458db..d82cbd47f 100644
--- a/src/App/Pages/Settings/SettingsCreditsPage.cs
+++ b/src/App/Pages/Settings/SettingsCreditsPage.cs
@@ -22,7 +22,13 @@ namespace Bit.App.Pages
EnableSelection = false,
Root = new TableRoot
{
- new TableSection("Icons")
+ new TableSection(AppResources.Translations)
+ {
+ new CustomViewCell(@"@felixqu - Chinese
+@Primokorn - French
+@King-Tut-Tut - Swedish")
+ },
+ new TableSection(AppResources.Icons)
{
new CustomViewCell(@"Tools by Alex Auda Samora from the Noun Project
Fingerprint by masterpage.com from the Noun Project")
diff --git a/src/App/Resources/AppResources.Designer.cs b/src/App/Resources/AppResources.Designer.cs
index d3ba6bff5..e5e736158 100644
--- a/src/App/Resources/AppResources.Designer.cs
+++ b/src/App/Resources/AppResources.Designer.cs
@@ -781,6 +781,15 @@ namespace Bit.App.Resources {
}
}
+ ///
+ /// Looks up a localized string similar to Icons.
+ ///
+ public static string Icons {
+ get {
+ return ResourceManager.GetString("Icons", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Import Logins.
///
@@ -1582,6 +1591,15 @@ namespace Bit.App.Resources {
}
}
+ ///
+ /// Looks up a localized string similar to Translations.
+ ///
+ public static string Translations {
+ get {
+ return ResourceManager.GetString("Translations", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Two-step Login.
///
diff --git a/src/App/Resources/AppResources.resx b/src/App/Resources/AppResources.resx
index 1b3627dfb..bafd2fd5c 100644
--- a/src/App/Resources/AppResources.resx
+++ b/src/App/Resources/AppResources.resx
@@ -751,4 +751,10 @@
Extension Activated!
+
+ Icons
+
+
+ Translations
+
\ No newline at end of file