SkashEU / resync-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resync

Simple tool for syncing translation strings between iOS & Android

Installation

  1. Download the latest release from here.
  2. Add resync to your shell path
export PATH=$PATH:/path/to/resync
  1. Test
resync --help

Running

Command Description
sync Generate a string resource file for the other platform (iOS to Android or Android to iOS)
convert Convert between resource string file formats
generate Generate a CSV file which can be used to generate platform string resource files

TODO:

  • Add support for format specifiers
  • Add support for comments

About


Languages

Language:Rust 100.0%