Translations: Tests: restore fix

This commit is contained in:
Alexey Safronov 2024-06-10 13:22:31 +04:00
parent b64afa226c
commit 2342926313

View File

@ -627,7 +627,7 @@ public class LocalesTest
{
Language = g.Key,
TranslationsWithVariables = g.ToList()
.SelectMany(t => t.Translations)
.SelectMany(t => t.Translations.Select(k => new TranslationItem($"{t.FileName}:{k.Key}", k.Value)))
//.Where(k => k.Value.IndexOf("{{") != -1)
.Select(t => new
{