devrait fixer les traductions

This commit is contained in:
Paul Schneider 2016-05-20 12:44:11 +02:00
commit a197813318
6 changed files with 4 additions and 3 deletions

View file

@ -0,0 +1,15 @@
namespace Yavsc.Resources
{
///<summary>
/// Makes possible the code injection
///</summary>
public class YavscLocalisation
{
public static string ChooseAnEventDate {
get {
return "Please, choose a date for this event.";
}
}
}
}