Skip to content

Commit

Permalink
Re: OpenHistoricalMap/issues#811; forgot to please prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Jul 26, 2024
1 parent 244174c commit e3d1fcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Upstream `overpass-turbo` makes extensive use of `localStorage`. If your code al
overpass-turbo translations that are not specific to OHM–and that is most of them!–**should** be submitted via the upstream system at [Transifex](https://www.transifex.com/projects/p/overpass-turbo). However, while our need for OHM-specific translation is limited, we are getting substantial amounts of translated strings from [translatewiki.net](https://translatewiki.net/wiki/Special:Translate/ohm-overpass-turbo) and incorporating those. We have thus diverged from upstream here.

`git diff` variants I'm finding useful in managing `locales` files are, issued from the `main` branch:
- `git diff -w --numstat twn | sort -h`: ignores whitespace changes, outputs the number of lines removed & added

- `git diff -w --numstat twn | sort -h`: ignores whitespace changes, outputs the number of lines removed & added
- `git diff -w twn -- locales/fr.json`: shows what's been changed in a particular file

## Testing
Expand Down

0 comments on commit e3d1fcc

Please sign in to comment.