pseudoloc
pseudoloc copied to clipboard
Simple pseudolocalization for strings and files. Works in Node, the browser, and on the commandline.
@bunkat This is still one of the best, tiny pseudo localization libraries. I love it and use it extensively in all projects. Are you still maintaining this? I really would...
Hi @bunkat The pseudoloc library uses 'white space' to extend the width of the string by the specified percentage. The change which i made will use exotic asian characters including...
It’d be helpful to have a Typescript type definition file. In the meantime I have the following in a `declarations.d.ts` file within my project: ```typescript declare module 'pseudoloc' { type...
I seem to be unable to do es6 imports. ``` import { str } from 'pseudoloc'; str('Hello'); ``` I have a library that does something that like, but when I...
change from simple iteration over input to a recursive call
Script expects two dashes for full name options when using through command line
I wanted to be able to install an updated version with objects and start/end delimiter commands from npm, so I've published it at https://www.npmjs.com/package/pseudoloc-js pull requests welcome at https://github.com/jacalata/pseudoloc -...
Recursively search whole object and pseudolocalize each string value.
@bunkat Thanks for the repo! I had a problem while using it when the contents inside the delimiters were different from the one that the repo uses. I've added an...
In https://github.com/bunkat/pseudoloc/blob/master/pseudoloc.js#L18 in `pseudoloc.table` the character codes for `M`, `m`, `V`, `v`, `X`, `x` are missing. Could you please add them?