Skip to content

taylorwaddell/json-resx-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON -> RESX CONVERTER


( ! ) PREREQUISITES:

  • Python 3+ must be installed on your machine.

HOW TO USE

  1. Within the terminal or command prompt, navigate into the JSON-RSEX-CONVERTER folder. Once inside, run the python command followed by the converter file name.

    MAC OS:

    python3 converter.py

    WINDOWS OS:

    python converter.py

  2. After running the above command, the app should walk you through all the steps. If you wish to change the path of export, or the file name prefix, see the instructions below.



CHANGING EXPORT PATH / LOCATION

Currently the export target path is set to the export folder that is within the JSON-RESX-CONVERTER folder. This can be changed by adjusting the originPath variable.
( ! ) NOTE: The path starts from its current position. See below:

originPath = "./exports"
Adjust this---|________|

Example:
orginPath = "../resources/resx-files"


CHANGING FILE NAME PREFIX

The defaault file name prefix is TheLanguage followed by user inputted language code. This can be changed by adjusting the fileNamePrefix variable.

fileNamePrefix = "TheLanguage"
Adjust this------|___________|

Example:
fileNamePrefix = "LanguageResource"

About

Takes your average json and turns him into a resx.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages