Do you need support for the pot/po format?

  • Yes

    Votes: 8 80.0%
  • No

    Votes: 2 20.0%

  • Total voters
    10

DK

Regular
Regular
Joined
Mar 30, 2016
Messages
429
Reaction score
386
First Language
Russian
Primarily Uses
RMMZ
Version 1.4.2:
  • Fixed display of flags in the "Window" style.
 

MGGEDev

Regular
Regular
Joined
Mar 22, 2014
Messages
41
Reaction score
7
First Language
English
Primarily Uses
RMMZ
I'm trying to use this plugin but I only get the message "Attention use Utf-8 format" or something like that. I can't get the CSV to actually have anything exported except this text.
 

shenyi216

Villager
Member
Joined
Jul 8, 2021
Messages
8
Reaction score
0
First Language
Manderin
Primarily Uses
RMMZ
Thanks for the plugin!! It works great for my game's localization!.

One questions is that when I deployed the game to Web version and uploaded it to itch.io, it kept showing an
Code:
Error:Uncaught [object XMLHttpRequest]
. I disabled both the DKTool and the DK Localization plugins, the error went away and the game could run properly online. But when I disabled the Localization plugin only, the error still stayed. Could you look into this??
 

shenyi216

Villager
Member
Joined
Jul 8, 2021
Messages
8
Reaction score
0
First Language
Manderin
Primarily Uses
RMMZ
Thanks for the plugin!! It works great for my game's localization!.

One questions is that when I deployed the game to Web version and uploaded it to itch.io, it kept showing an
Code:
Error:Uncaught [object XMLHttpRequest]
. I disabled both the DKTool and the DK Localization plugins, the error went away and the game could run properly online. But when I disabled the Localization plugin only, the error still stayed. Could you look into this??
In the DKtools plugin, I changed the File system's mode from "Nwjs + Stamps(0)" to "Nwjs(1)", then the web deployment worked on itch. But when I played through the game, all the dialogs showed tags instead of the real strings...
 
Last edited:

DK

Regular
Regular
Joined
Mar 30, 2016
Messages
429
Reaction score
386
First Language
Russian
Primarily Uses
RMMZ
In the DKtools plugin, I changed the File system's mode from "Nwjs + Stamps(0)" to "Nwjs(1)", then the web deployment worked on itch. But when I played through the game, all the dialogs showed tags instead of the real strings...
For the web version and mobile phones, you must select the Nwjs + Stamp file system, and before each build of the project, you must run the plugin command from DKTools to generate a file system stamp (more on this in the help).
Did you update the file system stamp?
 

shenyi216

Villager
Member
Joined
Jul 8, 2021
Messages
8
Reaction score
0
First Language
Manderin
Primarily Uses
RMMZ
For the web version and mobile phones, you must select the Nwjs + Stamp file system, and before each build of the project, you must run the plugin command from DKTools to generate a file system stamp (more on this in the help).
Did you update the file system stamp?
Sorry I thought it worked after updated the file system stamp, but I was actually still in the Nwjs mode and no strings shown... I switched to Nwjs + Stamp and updated the stamp. After I uploaded the package to itch, it showed another error
Code:
Error
Uncaught Error: Localization directory is empty: locales\
I'm pretty sure I got all translation in the locales\ folder, not sure why it says that.
 
Last edited:

Utopia

Villager
Member
Joined
Dec 12, 2020
Messages
7
Reaction score
2
First Language
English
Primarily Uses
RMMZ
Any improvement on changing the main theme image? :)
 

masterlobo

Regular
Regular
Joined
Mar 14, 2012
Messages
341
Reaction score
512
First Language
English
Primarily Uses
RMMV
This is an amazing plugin! Thank you so much @DK !

Qq though, the plugin command ExportAllText is super useful if you're knee-deep in a project and have just begun thinking about localization. However, after having all the exported text is there an easy/quick path to localizing it?

Or does one have to manually replace the all text with tags?
 

shenyi216

Villager
Member
Joined
Jul 8, 2021
Messages
8
Reaction score
0
First Language
Manderin
Primarily Uses
RMMZ
If you need someone to test it on Mac, feel free to send me the update and I'll test it for you! Really hope this can be solved soon!
 

DK

Regular
Regular
Joined
Mar 30, 2016
Messages
429
Reaction score
386
First Language
Russian
Primarily Uses
RMMZ
I recommend updating the DKTools plugin to the minimum version 1.3.3, because it fixes various errors that could occur when porting the project to browsers and mobile devices.
You can download the new version from the website https://dk-plugins.ru/mz/dktools/
 

shenyi216

Villager
Member
Joined
Jul 8, 2021
Messages
8
Reaction score
0
First Language
Manderin
Primarily Uses
RMMZ
I recommend updating the DKTools plugin to the minimum version 1.3.3, because it fixes various errors that could occur when porting the project to browsers and mobile devices.
You can download the new version from the website https://dk-plugins.ru/mz/dktools/
Thanks for updating the plugin! I downloaded the 1.3.3 version and updated the Stamps before deploying into web version, but it still gave me the same error saying locale/ is empty...
 

DK

Regular
Regular
Joined
Mar 30, 2016
Messages
429
Reaction score
386
First Language
Russian
Primarily Uses
RMMZ
Thanks for updating the plugin! I downloaded the 1.3.3 version and updated the Stamps before deploying into web version, but it still gave me the same error saying locale/ is empty...
Do you have enabled Scan subfolders setting in localization plugin?
 

shenyi216

Villager
Member
Joined
Jul 8, 2021
Messages
8
Reaction score
0
First Language
Manderin
Primarily Uses
RMMZ
Do you have enabled Scan subfolders setting in localization plugin?
I retried and enabled the Scan feature. It game me the same result :(
 
  • Sad
Reactions: DK

shogoth_baozi

Warper
Member
Joined
Dec 22, 2022
Messages
4
Reaction score
3
First Language
Chinese
Primarily Uses
RMMV
Hi, thank you for your amazing plugin! @DK

On the other hand, I encountered an issue when I exported new tags using csv format. Although I choose using commas as delimiters as csv values, the exported new tag document is still formatted with semicolons. It's not a big issue but is a bit frustrating.

By the way, a stupid question: how can I start a new paragraph in csv format? I tried "/n" but it doesn't work...
 
Last edited:

DK

Regular
Regular
Joined
Mar 30, 2016
Messages
429
Reaction score
386
First Language
Russian
Primarily Uses
RMMZ
On the other hand, I encountered an issue when I exported new tags using csv format. Although I choose using commas as delimiters as csv values, the exported new tag document is still formatted with semicolons. It's not a big issue but is a bit frustrating.
I'll see what could be the problem

By the way, a stupid question: how can I start a new paragraph in csv format? I tried "/n" but it doesn't work...
Hmm...that's a good question
 

Aukan

Warper
Member
Joined
Feb 3, 2022
Messages
3
Reaction score
0
First Language
Spanish
Primarily Uses
RMMZ
Hi, I have a problem.

Uncaught Error: Can not parse JSON data from file: locales\es\iniciobosque.json. Description: Unexpected token in JSON at position 1173 at processJsonFile (DKTools_Localization.js:3048) at async Promise.all (index 2) at async Function._loadData (DKTools_Localization.js:3117) at async Function.loadData (DKTools_Localization.js:3167) at async Function.initialize (DKTools_Localization.js:2417) at async Function.DKTools.StartupManager.initializeModules (DKTools_Localization.js:3436) at async Function.initialize (DKTools.js:7871) at async Function.SceneManager.initialize (DKTools.js:17422)

This is the line: : "extrmiya15": "Mi mundo corre peligro Miyabi, y eventualmente el tuyo también.",

And the same thing has already happened to me with other lines, I had to modify some dialogs so that the error does not appear, but it continues appearing.
 

DK

Regular
Regular
Joined
Mar 30, 2016
Messages
429
Reaction score
386
First Language
Russian
Primarily Uses
RMMZ
Hi, I have a problem.



This is the line: : "extrmiya15": "Mi mundo corre peligro Miyabi, y eventualmente el tuyo también.",

And the same thing has already happened to me with other lines, I had to modify some dialogs so that the error does not appear, but it continues appearing.
is this the last line in the file?
 

Latest Posts

Latest Profile Posts

Whew... I've been on a tear recently. Been working nonstop. Feels really good to be back in the groove! I think it's because I can finally see the end approaching. I only have 8 more side quests to develop (then NPCs, some art, then pretty much done).
So imagine this but autotile. Stained glass ocean.
Photoshop_3xMc7HoPt8.png
New character incoming!

Compilation of some of the last few days onto my testing map.

Forum statistics

Threads
134,736
Messages
1,250,199
Members
177,496
Latest member
Darkonik
Top