Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yume190/localize


https://github.com/yume190/localize

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Localize

A description of this package.

## iOS escapeing

|Input|Output|don't care|
|:----|:-----|:--------:|
|' |' |O |
|\' |' |O |
|\\ |\ | |
|\t |` `| |
|\" |" | |

## csv -> swift code

|Input|Output|
|:----|:-----|
|' |' |
|\' |\' |
|\\ |\\ |
|\t |\t |
|"" |" |
|\"" |\" |