From 52e25b24fc5b1786aadd6a2e03ade1bb37fbc203 Mon Sep 17 00:00:00 2001
From: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
Date: Sat, 23 May 2020 16:22:17 +0200
Subject: Update acore_string.md (#231)
---
docs/acore_string.md | 144 +++++++--------------------------------------------
1 file changed, 18 insertions(+), 126 deletions(-)
(limited to 'docs')
diff --git a/docs/acore_string.md b/docs/acore_string.md
index 379a279..d1b14a8 100644
--- a/docs/acore_string.md
+++ b/docs/acore_string.md
@@ -12,130 +12,22 @@ NOTE: The % arguments need to stay in the exact same order as they are provided
**Structure**
-
-
-
-
-
-
-
-
-
-
-
-
-
-Field |
-Type |
-Attributes |
-Key |
-Null |
-Default |
-Extra |
-Comment |
-
-
-entry |
-mediumint(8) |
-unsigned |
-PRI |
-NO |
-0 |
- |
- |
-
-
-content_default |
-text |
-signed |
- |
-NO |
-NULL |
- |
- |
-
-
-content_loc1 |
-text |
-signed |
- |
-YES |
-NULL |
- |
- |
-
-
-content_loc2 |
-text |
-signed |
- |
-YES |
-NULL |
- |
- |
-
-
-content_loc3 |
-text |
-signed |
- |
-YES |
-NULL |
- |
- |
-
-
-content_loc4 |
-text |
-signed |
- |
-YES |
-NULL |
- |
- |
-
-
-content_loc5 |
-text |
-signed |
- |
-YES |
-NULL |
- |
- |
-
-
-content_loc6 |
-text |
-signed |
- |
-YES |
-NULL |
- |
- |
-
-
-content_loc7 |
-text |
-signed |
- |
-YES |
-NULL |
- |
- |
-
-
-content_loc8 |
-text |
-signed |
- |
-YES |
-NULL |
- |
- |
-
-
-
+| Field | Type | Attributes | Key | Null | Default | Comment |
+|:-----------------------|:----------|:-----------|:----|:-----|:--------|:--------|
+| [entry][1] | mediumint | unsigned | PRI | NO | 0 | |
+| [content\_default][2] | text | signed | | NO | | |
+| [locale\_koKR][3] | text | signed | | YES | | |
+| [locale\_frFR][3] | text | signed | | YES | | |
+| [locale\_deDE][3] | text | signed | | YES | | |
+| [locale\_zhCN][3] | text | signed | | YES | | |
+| [locale\_zhTW][3] | text | signed | | YES | | |
+| [locale\_esES][3] | text | signed | | YES | | |
+| [locale\_esMX][3] | text | signed | | YES | | |
+| [locale\_ruRU][3] | text | signed | | YES | | |
+
+[1]: #entry
+[2]: #content\_default
+[3]: #locale\_nnNN
**Description of the fields**
@@ -147,6 +39,6 @@ The ID that the core uses to identify a string. These IDs are contained and used
The English translation (locale ID 0).
-### content\_loc
+### locale\_nnNN
-The translation in another language depending on the locale ID of that language.
+The translation in another language depending on the locale name.
--
cgit