French translation added

This commit is contained in:
BONNEVILLE Geoffroy
2017-12-04 12:20:05 +01:00
parent f173283a66
commit 7aa342cf9c
18 changed files with 710 additions and 104 deletions

View File

@@ -15,6 +15,11 @@ namespace ModernKeePassApp.Test.Mock
throw new NotImplementedException();
}
public void ClearAll()
{
throw new NotImplementedException();
}
public ObservableCollection<IRecentItem> GetAllFiles(bool removeIfNonExistant = true)
{
throw new NotImplementedException();