docs: regenerate

This commit is contained in:
goat 2021-08-23 08:34:29 +02:00
parent d6fdb99fd0
commit 5bbefd95b5
No known key found for this signature in database
GPG key ID: F18F057873895461
40 changed files with 1381 additions and 1403 deletions

View file

@ -337,18 +337,18 @@ The fallback is also required to create the string files to be localized.</p>
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Localization_OnLocalizationChanged.md&amp;value=---%0Auid%3A%20Dalamud.Localization.OnLocalizationChanged%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Localization_LocalizationChanged.md&amp;value=---%0Auid%3A%20Dalamud.Localization.LocalizationChanged%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Localization.cs/#L52">View Source</a>
</span>
<h4 id="Dalamud_Localization_OnLocalizationChanged" data-uid="Dalamud.Localization.OnLocalizationChanged">OnLocalizationChanged</h4>
<h4 id="Dalamud_Localization_LocalizationChanged" data-uid="Dalamud.Localization.LocalizationChanged">LocalizationChanged</h4>
<div class="markdown level1 summary"><p>Event that occurs when the language is changed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Localization.LocalizationChangedDelegate OnLocalizationChanged</code></pre>
<pre><code class="lang-csharp hljs">public event Localization.LocalizationChangedDelegate LocalizationChanged</code></pre>
</div>
<h5 class="eventType">Event Type</h5>
<table class="table table-bordered table-striped table-condensed">