1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-06 18:43:43 +00:00

Added translators to credits page

This commit is contained in:
Kyle Spearrin
2016-12-30 22:44:17 -05:00
parent 082826287e
commit dae5453e13
3 changed files with 31 additions and 1 deletions

View File

@@ -781,6 +781,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Icons.
/// </summary>
public static string Icons {
get {
return ResourceManager.GetString("Icons", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Import Logins.
/// </summary>
@@ -1582,6 +1591,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Translations.
/// </summary>
public static string Translations {
get {
return ResourceManager.GetString("Translations", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Two-step Login.
/// </summary>