https://github.com/majkinetor/power-translit
Transliteracija u Powershell-u
https://github.com/majkinetor/power-translit
powershell serbian transliteration
Last synced: 4 months ago
JSON representation
Transliteracija u Powershell-u
- Host: GitHub
- URL: https://github.com/majkinetor/power-translit
- Owner: majkinetor
- Created: 2019-05-10T07:59:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-06T14:07:51.000Z (about 1 year ago)
- Last Synced: 2025-10-10T11:11:29.970Z (9 months ago)
- Topics: powershell, serbian, transliteration
- Language: PowerShell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# power-translit
Skript omogućava transliteraciju ćirilica <-> latinica.
## Preduslovi
- Powershell 3+
## Korišćenje
- Fajlove `translit.ps1` i `serbian` iskopirati na istu lokaciju
- Funkcija `translit` radi transliteraciju. Podrazumevana direkcija je cyr -> lat
Primer:
```ps1
. ./translit.ps1
translit -To cyr 'nešto na latinici'
translit 'нешто на ћирилици'
```