Skip to content

artemanufrij/translit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translit


Translit is a method of encoding Cyrillic letters with Latin ones

Designed for elementary OS

Build Status

Donate

PayPal | LiberaPay | Patreon

Get it on AppCenter

Install from Github.

As first you need elementary SDK

sudo apt install elementary-sdk

Install dependencies

sudo apt install libgtkspell3-3-dev

Clone repository and change directory

git clone https://github.com/artemanufrij/translit.git
cd translit

Compile, install and start Translit on your system

meson build --prefix=/usr
cd build
sudo ninja install
com.github.artemanufrij.translit