package cucumber

  1. Overview
  2. Docs

Implementation of Cucumber Localisation.

In order to allow Gherkin to be written in a number of languages, the keywords have been translated into multiple languages. This module allows selection of the dialect to use. See Cucumber Localisation for more details about the supported languages.

type t =
  1. | Af
  2. | Am
  3. | An
  4. | Ar
  5. | Ast
  6. | Az
  7. | Bg
  8. | Bm
  9. | Bs
  10. | Ca
  11. | Cs
  12. | Cy_GB
  13. | Da
  14. | De
  15. | El
  16. | Em
  17. | En
  18. | En_Scouse
  19. | En_au
  20. | En_LOL
  21. | En_old
  22. | En_pirate
  23. | Eo
  24. | Es
  25. | Et
  26. | Fa
  27. | Fi
  28. | Fr
  29. | Ga
  30. | Gj
  31. | Gl
  32. | He
  33. | Hi
  34. | Hr
  35. | Ht
  36. | Hu
  37. | Id
  38. | Is
  39. | It
  40. | Ja
  41. | Jv
  42. | Ka
  43. | Kn
  44. | Ko
  45. | Lt
  46. | Lu
  47. | Lv
  48. | Mk_Cyrl
  49. | Mk_Latn
  50. | Mn
  51. | Nl
  52. | No
  53. | Pa
  54. | Pl
  55. | Pt
  56. | Ro
  57. | Ru
  58. | Sk
  59. | Sl
  60. | Sr_Cyrl
  61. | Sr_Latn
  62. | Sv
  63. | Ta
  64. | Th
  65. | Tl
  66. | Tlh
  67. | Tr
  68. | Tt
  69. | Uk
  70. | Ur
  71. | Uz
  72. | Vi
  73. | Zh_Cn
  74. | Zh_Tw
val string_of_dialect : t -> string
OCaml

Innovation. Community. Security.