Fixed the bug where we were auto approving everything.

Added French language into the navigation bar
This commit is contained in:
tidusjar 2016-06-30 08:51:34 +01:00
commit 2319a146ad
11 changed files with 317 additions and 5 deletions

View file

@ -258,6 +258,15 @@ namespace PlexRequests.UI.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to French.
/// </summary>
public static string Layout_French {
get {
return ResourceManager.GetString("Layout_French", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to German.
/// </summary>