Skip to content

Commit

Permalink
Test cultureInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ygg01 committed Jan 7, 2024
1 parent 97dc87c commit 3f29bf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Linguini.Bundle/Builder/LinguiniBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ public FluentBundle UncheckedBuild()
};
var bundle = FluentBundle.MakeUnchecked(concurrent);
bundle.Culture = _culture;
Console.WriteLine($"bundle.Culture: {bundle.Culture}");

List<FluentError>? errors = null;

if (_functions.Count > 0)
Expand Down

0 comments on commit 3f29bf1

Please sign in to comment.