This is needed since there is ability to add custom languages to Drupal (which is usualy done when addin for example Serbian Cyrilic and Serbian Latin languages). In order for the module to know which is which, we need configuration page where you would have:

  • Select source language - select list with Enabled Languages as options
  • Select destination language - select list with Enabled Languages as options

Form should be available under: /admin/config/regional/cyrillic-to-latin (Cyrillic to Lating transliteration).

Comments

mikispeed created an issue. See original summary.

ilicn93’s picture

Assigned: Unassigned » ilicn93
ilicn93’s picture

ilicn93’s picture

ilicn93’s picture

Status: Active » Needs review
botanic_spark’s picture

+++ b/cyr2lat.routing.yml
@@ -1,7 +1,7 @@
+    _form: '\Drupal\cyr2lat\Form\cyr2LatConfigForm'

Casing not the same as in class name. Classes and interfaces should use UpperCamel naming.

botanic_spark’s picture

Status: Needs review » Needs work

  • botanic_spark committed 06ab094 on 8.x-1.x authored by ilicn93
    Issue #3028591 by ilicn93, botanic_spark, mikispeed: Make configuration...
botanic_spark’s picture

Status: Needs work » Fixed
botanic_spark’s picture

Status: Fixed » Closed (fixed)