Localization - Translate your project into several languages

● ARCHIVED · READ-ONLY
Started by DK 139 posts Page 6 of 7 View original ↗
  1. Version 1.4.2:
    • Fixed display of flags in the "Window" style.
  2. 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.
  3. 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??
  4. shenyi216 said:
    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...
  5. shenyi216 said:
    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?
  6. DK said:
    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.
  7. Any improvement on changing the main theme image? :)
  8. 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?
  9. did it solved ?I am an iOS developer
    DK said:
    Unfortunately I do not have IOS and Mac to check the error, I will try to do something.
  10. DK said:
    Not yet
    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!
  11. 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/
  12. DK said:
    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...
  13. shenyi216 said:
    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?
  14. DK said:
    Do you have enabled Scan subfolders setting in localization plugin?
    I retried and enabled the Scan feature. It game me the same result :(
  15. shenyi216 said:
    I retried and enabled the Scan feature. It game me the same result :(
    Can you send me a demo please ?
  16. 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...
  17. hsp20080888 said:
    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

    hsp20080888 said:
    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
  18. 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.
  19. Aukan said:
    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?