We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9536c4 commit b7b89f2Copy full SHA for b7b89f2
1 file changed
xsl/utils.xsl
@@ -38,6 +38,7 @@
38
<xsl:when test="$vScript6simple='$1' and $vCountry008='ko '">kore</xsl:when>
39
<xsl:when test="$vScript6simple='$1' and $vCountry008='cc '">hani</xsl:when>
40
<xsl:when test="$vScript6simple='$1' and $vCountry008='ch '">hani</xsl:when>
41
+ <xsl:when test="$vScript6simple='$1' and $vCountry008='ja '">jpan</xsl:when>
42
<xsl:when test="$vScript6simple='$1' and $vLang008='ja '">jpan</xsl:when>
43
<xsl:when test="$vScript6simple='(N'">cyrl</xsl:when>
44
<xsl:when test="$vScript6simple='(S'">grek</xsl:when>
0 commit comments