2022-09-26 04:05:23 +03:00
|
|
|
@using System.Globalization
|
2022-10-30 19:48:24 +03:00
|
|
|
@using CodeLiturgy.Views
|
|
|
|
@using CodeLiturgy.Views.Models
|
2022-09-26 04:05:23 +03:00
|
|
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
|
|
|
@using BlueWest.Localization
|
|
|
|
@using BlueWest.Localization.Models
|
|
|
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
|
|
|
@addTagHelper *, Localisation
|