No. Hugo’s localization features include:
- Collation (sort order)
- Translation including pluralization via
lang.Translate - Localization of numbers, currencies, and percentages via
lang.FormatAccounting,lang.FormatNumber,lang.FormatNumberCustom,lang.FormatCurrency, andlang.FormatPercent - Localization of dates via
time.Format, but this excludes conversion from one script to another (e.g., arabic <==> latin)
You might consider creating a partial that handles this, using something like this as a starting point:
https://discourse.gohugo.io/t/48010/6