Merge branch 'feature/branding-correction' of https://github.com/ONLYOFFICE/DocSpace-client into feature/branding-correction

This commit is contained in:
Tatiana Lopaeva 2024-06-10 11:09:59 +03:00
commit 78626c0d32

View File

@ -625,7 +625,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
{