Skip to content

oblakstudio/srbtranslatin

Repository files navigation

SrbTransLatin - Serbian Latinisation

Build Status Latest Stable Version License Maintainability

Welcome to the SrbTransLatin GitHub Repository

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 🤗

Installation

You can install the plugin via WordPress plugin manager, or alternatively upload the zip file to Add Plugin interface

Want to contribute?

Prerequisites

I use specific tools to develop SrbTransLatin. You'll need the following tools installed before you can contribute.

Getting started

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

Support

This is a developer's section for SrbTransLatin and should not be used for support. Please visit the support forums if you need assistance

Reporting bugs

If you find an issue, please let me know here!

Contributions

Anyone is welcome to contribute to SrbTransLatin.