commit
98eff1f84e
|
@ -6,7 +6,7 @@
|
||||||
@inject ILocalizationService LocalizationService
|
@inject ILocalizationService LocalizationService
|
||||||
@inject NavigationManager NavigationManager
|
@inject NavigationManager NavigationManager
|
||||||
|
|
||||||
@if (_supportedCultures != null)
|
@if (_supportedCultures?.Count() > 1)
|
||||||
{
|
{
|
||||||
<div class="btn-group" role="group">
|
<div class="btn-group" role="group">
|
||||||
<button id="btnCultures" type="button" class="btn btn-outline-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<button id="btnCultures" type="button" class="btn btn-outline-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
|
|
4
Oqtane.Server/wwwroot/Modules/Templates/External/Client/AssemblyInfo.cs
vendored
Normal file
4
Oqtane.Server/wwwroot/Modules/Templates/External/Client/AssemblyInfo.cs
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
using System.Resources;
|
||||||
|
using Microsoft.Extensions.Localization;
|
||||||
|
|
||||||
|
[assembly: RootNamespace("[Owner].[Module].Client")]
|
|
@ -50,7 +50,7 @@ There is a separate [Documentation repository](https://github.com/oqtane/oqtane.
|
||||||
This project is a work in progress and the schedule for implementing enhancements is dependent upon the availability of community members who are willing/able to assist.
|
This project is a work in progress and the schedule for implementing enhancements is dependent upon the availability of community members who are willing/able to assist.
|
||||||
|
|
||||||
V.2.1.0 ( Q1 2021 )
|
V.2.1.0 ( Q1 2021 )
|
||||||
- [ ] Complete Static Localization of Admin UI
|
- [x] Complete Static Localization of Admin UI
|
||||||
- [ ] Cross Platform Database Support ( ie. SQLite )
|
- [ ] Cross Platform Database Support ( ie. SQLite )
|
||||||
- [ ] EF Core Migrations for Database Installation/Upgrade
|
- [ ] EF Core Migrations for Database Installation/Upgrade
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user