RuliaReader / ReswManager

A tiny tool to manage resw files for .net project. I hate resw.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resw Manager

screenshot

This is a tiny tool to manage the resw files in .net projects.

I hate managing resw.

Usage

  • npm install
  • Create a .env file and update its setting.
  • npm start

Env file

Please create a .env file:

HOST=0.0.0.0
PORT=3000
STRING_FOLDER_PATH=C:\SOME_PATH\TO\YOUR\STRING\FOLDER
OPEN_AI_KEY=YOUR_OPEN_AI_KEY
OPEN_AI_ORG=YOUR_OEPN_AI_ORG_ID

STRING_FOLDER_PATH points to the Strings folder in your .NET project.

If you don't use the ChatGPT translation, you don't need to fill the OpenAI thing.

Notice

Build quality

This thing was poorly built. It was just designed for my UWP project and didn't have any further test.

File preparation

You have to make sure file structure in every single lang folder are same.

If not, create resw files first in Visual Studio and then come back.

If you want to add a new language, just create that lang folder and copy resw files from some other language as templates then edit them in F-word.

About

A tiny tool to manage resw files for .net project. I hate resw.

License:Apache License 2.0


Languages

Language:TypeScript 91.8%Language:Stylus 6.6%Language:JavaScript 1.3%Language:Pug 0.4%