This repository has been archived by the owner on Jun 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMiki.Localization.xml
73 lines (73 loc) · 2.74 KB
/
Miki.Localization.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0"?>
<doc>
<assembly>
<name>Miki.Localization</name>
</assembly>
<members>
<member name="M:Miki.Localization.ILocalizationService.ListLocalesAsync">
<summary>
Lists all possible locales.
</summary>
<returns>
A list of all enabled translations of Miki.
</returns>
</member>
<member name="T:Miki.Localization.LocaleExtensions">
<summary>
Helper functions for the <see cref="T:Miki.Localization.Locale"/> class.
</summary>
</member>
<member name="M:Miki.Localization.LocaleExtensions.GetString(Miki.Localization.Locale,System.String,System.Object[])">
<summary>
Helper extension function to automatically format a string using string.Format
</summary>
</member>
<member name="M:Miki.Localization.LocaleExtensions.Get(Miki.Localization.IResource,Miki.Localization.Locale)">
<summary>
Get helper function that fetches the resource manager from a locale.
</summary>
</member>
<member name="M:Miki.Localization.ResourceManager.GetString(Miki.Functional.Required{System.String})">
<inheritdoc />
</member>
<member name="M:Miki.Localization.TestResourceManager.GetString(Miki.Functional.Required{System.String})">
<inheritdoc />
</member>
<member name="T:Miki.Localization.LanguageResource">
<summary>
A
</summary>
</member>
<member name="M:Miki.Localization.LanguageResource.Get(Miki.Localization.IResourceManager)">
<inheritdoc/>
</member>
<member name="T:Miki.Localization.Locale">
<summary>
Localized
</summary>
</member>
<member name="P:Miki.Localization.Locale.CountryCode">
<summary>
An ISO-3 country code of the current locale.
</summary>
</member>
<member name="P:Miki.Localization.Locale.ResourceManager">
<summary>
The resources attached to this Locale.
</summary>
</member>
<member name="M:Miki.Localization.Locale.GetString(Miki.Localization.IResource)">
<summary>
Gets a string with the said resource from the resource manager.
</summary>
</member>
<member name="T:Miki.Localization.StringResource">
<summary>
Raw string resources.
</summary>
</member>
<member name="M:Miki.Localization.StringResource.Get(Miki.Localization.IResourceManager)">
<inheritdoc/>
</member>
</members>
</doc>