Skip to content

AuroraZiling/EasyResX

Repository files navigation

EasyResX

Warning

Vibe Coding

This project is a result of "vibe coding". It is currently in an experimental state and is not recommended for critical production use. Features may change, and bugs may exist. The implementation reflects a learning process with the Tauri framework.

EasyResX is a desktop application designed to assist with editing .NET .resx resource files. Built with Tauri, React, and Rust, it provides a modern interface for managing internationalization (i18n) strings in your projects.

Designed primarily for Windows, but built on cross-platform technologies (macOS/Linux support is untested).

EasyResX Screenshot

Tech Stack

Prerequisites

If you want to build or run this from source:

Getting Started

  1. Clone the repository

    git clone https://github.com/yourusername/EasyResX.git
    cd EasyResX
  2. Install dependencies

    pnpm install
  3. Run in development mode

    pnpm tauri dev

Building

To build the application:

pnpm tauri build

Usage

  1. Launch the application.
  2. Use the "Open Folder" button to select a directory containing .resx files.
  3. Select a group from the sidebar to view resources.
  4. Edit values in the grid. (Backup your files before editing is recommended).

License

MIT

About

A desktop application designed to assist with editing .NET .resx resource files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published