Add parts of the UI to translate (#6119)

This commit is contained in:
Nicolas Dorier
2024-07-25 22:46:02 +09:00
committed by GitHub
parent 50dafd2452
commit 94760792af
96 changed files with 381 additions and 192 deletions

View File

@@ -6,6 +6,7 @@ public class EditDictionaryViewModel
{
public string Translations { get; set; }
public int Lines { get; set; }
public string Command { get; set; }
internal EditDictionaryViewModel SetTranslations(Translations translations)
{