An open API service indexing awesome lists of open source software.

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

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
```