Wtyczka nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa. Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością z nowszymi wersjami WordPressa.

Arabic-Indic Numerals for Arabic WordPress

Opis

This plugin simply replaces Arabic numerals (a.k.a. Hindu-Arabic numerals or Indo-Arabic numerals) with Eastern Arabic numerals (a.k.a. Arabic–Indic numerals or Arabic Eastern numerals) in the date of posts or comments on WordPress. This is useful on sites using the Arabic version of WordPress, which translates month names but leaves the numbers unchanged.

Zrzuty ekranu

  • Example of date on Twenty Fourteen theme without the plugin.
  • Example of date on Twenty Fourteen theme with the plugin.

Instalacja

  1. Install via the plugin directory, or upload plugin files to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins’ menu in WordPress

Najczęściej zadawane pytania

How do I insert the Arabic date?

It is recommended to set the date format in the WordPress settings menu to j F Y in order to format every date in an Arabic-friendly order (day month year), or set the format in specific places in your theme by placing <?php echo get_the_time('j F Y'); ?> in your templates. Alternatively, you can use the shortcode [Arabic_Date] to insert the current post date in Arabic on any page or post.

Does this plugin translate the names of months into Arabic?

No, you will need to install the Arabic version of WordPress.

Will all dates on my site be written in Arabic-Indic numbers?

No, the dates will only be modified on parts of your site where the blog language is set to Arabic.

Recenzje

2023-05-28
A very impressive and indispensable addition.
Przeczytaj 3 recenzje

Kontrybutorzy i deweloperzy

„Arabic-Indic Numerals for Arabic WordPress” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani

Wtyczka „Arabic-Indic Numerals for Arabic WordPress” została przetłumaczona na 1 język. Podziękuj tłumaczom za ich wkład.

Przetłumacz wtyczkę “Arabic-Indic Numerals for Arabic WordPress” na swój język.

Interesuje cię rozwój wtyczki?

Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.

Rejestr zmian

1.0.3

  • Added Arabic-style comma substitution (kudos https://github.com/aitohamy)

1.0.2

  • Added POT file

1.0.0

  • Added shortcode to display the post date in Arabic
  • Load plugin textdomain
  • Checked compatibility with WordPress 5.0
  • Clearer documentation
  • Removed Arabic text from English readme so translation can be done via GlotPress

0.16

  • Added filter to get_the_date in addition to the get_the_time filter.

0.15

  • Initial public release.