Although the documentation for the SrbTransLatin can be found on SGi.io, you can browser the source code here, discuss issues and feautres, and contribute yourself, if you want to 🤗
You can install the plugin via WordPress plugin manager, or alternatively upload the zip file to Add Plugin interface
I use specific tools to develop SrbTransLatin. You'll need the following tools installed before you can contribute.
After installing the tools listed above, you can use the steps below to acquire a development version of SrbTransLatin. This will download the latest dev version of SrbTransLatin, and while it is mostly stable, please do not use it in production environment.
Within your WordPress dev installation, go to wp-content/plugins
and run the following commands
git clone https://github.com/seebeen/SrbTransLatin.git
cd srbtranslatin
To install all the dependencies please run the following commands:
composer install
npm install
gulp
If you change anything in JS or SCSS files, you'll have to run gulp
if it's a one-time change, or gulp watch
if you want to continuously edit the files
This is a developer's section for SrbTransLatin and should not be used for support. Please visit the support forums if you need assistance
If you find an issue, please let me know here!
Anyone is welcome to contribute to SrbTransLatin.