The Transliterator Plugin recognizes the Georgian alphabet and transliterates it into Latin script within a newly created field in a vector layer.
- Automatically detects Georgian text in the selected field.
- Creates a new field with the transliterated Latin text.
- Ensures the original field supports Georgian fonts.
- Shapefile compatibility warning: Field names are limited to 10 characters, so the script appends
"_lat"
to the new field name. - Works seamlessly within QGIS.
- If using Shapefiles, make sure your field name is short enough (max 8 characters), as the plugin adds
"_lat"
to the new field name. - If you need longer field names, consider using GeoPackage (GPKG) or PostgreSQL instead of Shapefiles.
- Download or clone the plugin repository.
- Load the plugin in QGIS from the Plugin Manager.
- Select a layer and a field to transliterate.
- Click Run Transliteration.
- Open QGIS and load a vector layer.
- Open the Transliterator Plugin.
- Select a layer and choose a field containing Georgian text.
- Click Run Transliteration.
- A new field will be created with the Latin transliteration.
Input: საქართველო
→ Output: saqarTvelo
Input: თბილისი
→ Output: Tbilisi
Input: ჭიათურა
→ Output: WiaTura
Input: ქუჩა
→ Output: quCa
Input: შესახვევი
→ Output: Sesaxvevi
Input: ჩიხი
→ Output: Cixi
Input: ჭიათურა
→ Output: WiaTura
Input: ჭიათურა
→ Output: WiaTura
Developed by [Kapanadze] for simplifying transliteration in GIS projects.
For issues or suggestions, feel free to open an issue or contact me.
Happy Mapping! 🌍✨