Translate Aaru.Tests to Spanish (Spain).

This commit is contained in:
2023-10-03 14:17:40 +01:00
parent 8f4dd28db8
commit a4be8f1180
5 changed files with 552 additions and 9 deletions

View File

@@ -165,7 +165,7 @@ public abstract class FsExtractHashIssueTest
ErrorNumber error = fs.OpenDir(path, out IDirNode node);
Assert.AreEqual(ErrorNumber.NoError, error,
string.Format(Localization.Error_0_reading_root_directory_0, error.ToString()));
string.Format(Localization.Error_0_reading_root_directory, error.ToString()));
while(fs.ReadDir(node, out string entry) == ErrorNumber.NoError &&
entry is not null)