pmt: fix wrong source paths (said)

This commit is contained in:
2024-08-02 18:25:06 +03:00
committed by GitHub
parent 157e99a08e
commit 95c100453f

View File

@@ -65,7 +65,7 @@ In short, there are variables for texts. And I made these dynamic by using [stru
##### Translating main program texts (relevant part) ##### Translating main program texts (relevant part)
- Let's open our jni/languages.c source file. - Let's open our jni/languages.c source file.
- Now, let's create the translation with the ready-made struct structure (see jni/include/pmt-stringkeys.h for the structure). - Now, let's create the translation with the ready-made struct structure (see jni/include/StringKeys.h for the structure).
``` ```
// Main // Main
struct pmt_langdb_general <LANGUAGE_PREFIX> = { // LANGUAGE_PREFIX must be the corresponding abbreviation of the language in English. For example, it's like en in English. struct pmt_langdb_general <LANGUAGE_PREFIX> = { // LANGUAGE_PREFIX must be the corresponding abbreviation of the language in English. For example, it's like en in English.
@@ -103,7 +103,7 @@ In short, there are variables for texts. And I made these dynamic by using [stru
##### Document texts translation (relevant part) ##### Document texts translation (relevant part)
- Let's open our jni/languages.c source file. - Let's open our jni/languages.c source file.
- Now, let's create the translation with the ready-made struct structure (see jni/include/pmt-stringkeys.h for the structure). - Now, let's create the translation with the ready-made struct structure (see jni/include/StringKeys.h for the structure).
``` ```
struct pmt_langdb_docs <LANGUAGE_PREFIX>_docs = { struct pmt_langdb_docs <LANGUAGE_PREFIX>_docs = {
// translations // translations