A cross-browser extension to transliterate español (spanish) websites to andaluz proposals in real-time.
Compatible with Goolge Chrome, Firefox Desktop, Firefox Android and Microsoft Edge.
More information on our website: https://andaluh.es/navegador-andaluz (spanish).
The Andalusian varieties of [Spanish] (Spanish: andaluz; Andalusian) are spoken in Andalusia, Ceuta, Melilla, and Gibraltar. They include perhaps the most distinct of the southern variants of peninsular Spanish, differing in many respects from northern varieties, and also from Standard Spanish. Further info: https://en.wikipedia.org/wiki/Andalusian_Spanish.
This package introduces transliteration functions to convert español (spanish) spelling to andaluz. As there's no official or standard andaluz spelling, andaluh-js is adopting the EPA proposal (Estándar Pal Andaluz). Further info: https://andaluhepa.wordpress.com. Other andaluz spelling proposals are planned to be added as well.
Install directly from the extension stores:
- Andaluh Browser for Google Chrome
- Andaluh Browser for Microsoft Edge
- Andaluh Browser for Firefox (soon!)
- Andaluh Browser for Firefox Android (soon!)
For Chrome and Edge use npm
to build and test:
$ npm run-script build
Then enable Developer Mode
for extensions and click on Load unpacked
(more info for chrome and edge). Select build/
to load the unpacked extension.
For Firefox, run a build as described above, then use web-ext
(more info)
$ npm run-script build
$ cd build
$ web-ext run
For Firefox Android, please plug your Android device with Firefox installed first. Also Set up your computer and Android emulator or device Android Developer Mode.
$ npm run-script build
$ cd build
$ web-ext run --target=firefox-android --android-device=<device ID>
You can run web-ext run --target=firefox-android
first, to discover the device ID
. Then you might have to allow the USB debugging on your device.
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.