Skip to content

Commit f9cbf13

Browse files
committed
Update documentation for custom language code field
1 parent 9541936 commit f9cbf13

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Fluency.module.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -676,9 +676,8 @@ public function getLanguageCode(
676676
* By default this outputs HTML tags only for languages configured within Fluency as the language
677677
* codes needed are acquired through the
678678
*
679-
* To use ProcessWire languages it is necessary to add an additional text field called `code` to
680-
* the `language` system template and provide values for each language. Languages without a
681-
* value for `code` will not be rendered.
679+
* To use ProcessWire languages it is necessary to add an additional text field called`code` to the `language` system template and provide values for each language.
680+
* Languages without a value will not be rendered in the markup.
682681
*
683682
* ~~~~~
684683
* <link rel="alternate" hreflang="https://awesomewebsite.com/" href="x-default" />

0 commit comments

Comments
 (0)