Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update languageAPI.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/apimethods/languageAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Description of events and its data read read below.



### **initLanguage**<a name="initLanguage"></a>
### **initLanguage**
adding a new language pack

**Usage**:
Expand Down Expand Up @@ -124,7 +124,7 @@ ckAPIMethods.languages('initLanguage', {



### **changeLanguage** <a name="changeLanguage"></a>
### **changeLanguage**
change language

**Usage**:
Expand All @@ -142,7 +142,7 @@ ckAPIMethods.languages('changeLanguage', id)



### **changeLanguagePacket** <a name="changeLanguagePacket"></a>
### **changeLanguagePacket**
changing values in a specific language pack

**Usage**:
Expand Down Expand Up @@ -231,7 +231,7 @@ ckAPIMethods.languages('changeLanguagePacket', {



### **changeBadge** <a name="changeBadge"></a>
### **changeBadge**
changing the value in component `Badge` in a specific language pack

**Usage**:
Expand All @@ -254,7 +254,7 @@ ckAPIMethods.languages('changeBadge', {



### **changeSender** <a name="changeSender"></a>
### **changeSender**
changing the value in component `Sender` in a specific language pack

**Usage**:
Expand Down Expand Up @@ -287,7 +287,7 @@ ckAPIMethods.languages('changeSender', {



### **changeDialog** <a name="changeDialog"></a>
### **changeDialog**
changing the value in component `Dialog` in a specific language pack

**Usage**:
Expand All @@ -314,7 +314,7 @@ ckAPIMethods.languages('changeDialog', {



### **changeMessage** <a name="changeMessage"></a>
### **changeMessage**
changing the value in component `Message` in a specific language pack

**Usage**:
Expand All @@ -339,7 +339,7 @@ ckAPIMethods.languages('changeMessage', {



### **changeHeader** <a name="changeHeader"></a>
### **changeHeader**
changing the value in component `Header` in a specific language pack

**Usage**:
Expand All @@ -366,7 +366,7 @@ ckAPIMethods.languages('changeHeader', {



### **changeRate** <a name="changeRate"></a>
### **changeRate**
changing the value in component `Rate` in a specific language pack

**Usage**:
Expand Down Expand Up @@ -445,7 +445,7 @@ ckAPIMethods.languages('changeRate', {



### **changeCKDropAndDown** <a name="CKDropAndDown"></a>
### **changeCKDropAndDown**
changing the value in component `CKDropAndDown` in a specific language pack

**Usage**:
Expand Down