@attribute [Route(Routes.ASSISTANT_AI_STUDIO_I18N)] @using AIStudio.Settings @inherits AssistantBaseCore @if (this.isLoading) { The data is being loaded, please wait... } else if (!this.isLoading && !string.IsNullOrWhiteSpace(this.loadingIssue)) { While loading the I18N data, an issue occurred: @this.loadingIssue } else if (!this.isLoading && string.IsNullOrWhiteSpace(this.loadingIssue)) { Added Content (@this.addedKeys.Count entries) Key Text
                    @context.Key
                
@context.Value
Removed Content (@this.removedKeys.Count entries) Key Text
                    @context.Key
                
@context.Value
@if (this.selectedTargetLanguage is CommonLanguages.EN_US) { Please note: neither is a translation needed nor performed for English (USA). Anyway, you might want to generate the related Lua code. } else { } }