feat(Localization) Adding localization text. Fixing bugs in toasts
This commit is contained in:
+5
-6
@@ -4,17 +4,16 @@
|
||||
@layout PageLayout
|
||||
|
||||
|
||||
@inject IStringLocalizer<Localizations> Loc
|
||||
@inject IStringLocalizer<Localizations> locale
|
||||
|
||||
<DevOnlyComponent>
|
||||
<DocumentationIndexPage></DocumentationIndexPage>
|
||||
|
||||
@Loc["Greeting"].Value
|
||||
@Loc["Greeting"]
|
||||
@Loc["Greeting"].Name
|
||||
@Loc["Greeting"].ResourceNotFound
|
||||
@locale["Greeting"].Value
|
||||
@locale["Greeting"]
|
||||
@locale["Greeting"].Name
|
||||
@locale["Greeting"].ResourceNotFound
|
||||
</DevOnlyComponent>
|
||||
|
||||
|
||||
|
||||
<HomePage></HomePage>
|
||||
Reference in New Issue
Block a user