Skip to content

Commit ef466da

Browse files
authored
FORMS-13851 Support for language property in date picker and number input (#1186)
@review @vdua DOD(Yes)
1 parent ab32296 commit ef466da

File tree

1 file changed

+20
-2
lines changed
  • src/main/archetype/ui.content/src/main/content/jcr_root/conf/__appId__/settings/wcm/policies

1 file changed

+20
-2
lines changed

src/main/archetype/ui.content/src/main/content/jcr_root/conf/__appId__/settings/wcm/policies/.content.xml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,16 @@
660660
allowedFormat3="${symbol_dollar}1234.21=()¤${hash}${hash}${hash}${hash}0.00"
661661
allowedFormat4="1,234.210=${hash},${hash}${hash}${hash},${hash}${hash}0.000"
662662
allowedFormat5="123,421%=${hash},${hash}${hash}${hash},${hash}${hash}0%"
663-
allowedFormat6="23421%=${hash}${hash}${hash}${hash}0%">
663+
allowedFormat6="23421%=${hash}${hash}${hash}${hash}0%"
664+
lang1="German=de-DE"
665+
lang2="English=en-US"
666+
lang3="Spanish=es-ES"
667+
lang4="French=fr-FR"
668+
lang5="Italian=it-IT"
669+
lang6="Japanese=ja-JP"
670+
lang7="Chinese (Simplified)=zh-CN"
671+
lang8="Chinese (Traditional)=zh-TW"
672+
lang9="Korean=ko-KR">
664673
<jcr:content
665674
jcr:primaryType="nt:unstructured"/>
666675
</default>
@@ -677,7 +686,16 @@
677686
allowedFormat3="Sunday, 01 April, 2007=EEEE, d MMMM, y"
678687
allowedFormat4="Sunday, April 01, 2007=EEEE, MMMM d, y"
679688
allowedFormat5="1/4/2007=d/M/y"
680-
allowedFormat6="4/1/2007=M/d/y">
689+
allowedFormat6="4/1/2007=M/d/y"
690+
lang1="German=de-DE"
691+
lang2="English=en-US"
692+
lang3="Spanish=es-ES"
693+
lang4="French=fr-FR"
694+
lang5="Italian=it-IT"
695+
lang6="Japanese=ja-JP"
696+
lang7="Chinese (Simplified)=zh-CN"
697+
lang8="Chinese (Traditional)=zh-TW"
698+
lang9="Korean=ko-KR">
681699
<jcr:content
682700
jcr:primaryType="nt:unstructured"/>
683701
</default>

0 commit comments

Comments
 (0)