https://github.com/nimblehq/pretty-android-localization-diff
Script to prettify a diff of localization keys
https://github.com/nimblehq/pretty-android-localization-diff
android shell
Last synced: 2 months ago
JSON representation
Script to prettify a diff of localization keys
- Host: GitHub
- URL: https://github.com/nimblehq/pretty-android-localization-diff
- Owner: nimblehq
- Created: 2018-07-03T04:54:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T07:19:41.000Z (almost 8 years ago)
- Last Synced: 2025-12-29T04:18:49.867Z (6 months ago)
- Topics: android, shell
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Script to prettify Android App Localization Diff
Before using it you need to install ```ansi-to-html```:
```
npm install ansi-to-html
```
And put `html_string_diff` at the root of project.
You might need to use `sudo` to run the script.
```
sudo ./html_string_diff.sh
```
And you might also need to allow read/write permissions in order to run the script.
```
chmod -R 777 ./html_string_diff.sh
```