YOURLS-fa_IR
September 8, 2026 · View on GitHub
فارسی (Farsi / Persian) translation of YOURLS.
Install
- Download
fa_IR.poandfa_IR.mo - Drop both files into
user/languages/of your YOURLS install - Add this to your
user/config.php:define( 'YOURLS_LANG', 'fa_IR' ); - Done — the admin interface is now in Farsi, with RTL (
dir="rtl") layout
Notes
- Built from the official YOURLS.pot (YOURLS 1.10.3 template, 307 strings)
- Includes the
text directioncontext string (ltr→rtl) so YOURLS switches the whole interface to RTL - Farsi number formatting: thousands separator
٬(U+066C), decimal point٫(U+066B) - Translated days/months keep the
_initial/_abbreviationsuffixes required by YOURLS's calendar hacks
Contribute
Fork, edit fa_IR.po, rebuild with msgfmt fa_IR.po -o fa_IR.mo, open a PR.
License
Do whatever the hell you want with it.