You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by kp...@apache.org on 2003/05/12 14:28:38 UTC

cvs commit: cocoon-2.1/src/webapp/samples/i18n menu.xml

kpiroumian    2003/05/12 05:28:38

  Modified:    src/webapp/samples/i18n menu.xml
  Log:
  Fix country code for Armenia. Thanks to Michael Enke
  
  Revision  Changes    Path
  1.6       +1 -1      cocoon-2.1/src/webapp/samples/i18n/menu.xml
  
  Index: menu.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/i18n/menu.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- menu.xml	10 May 2003 11:34:09 -0000	1.5
  +++ menu.xml	12 May 2003 12:28:38 -0000	1.6
  @@ -28,7 +28,7 @@
       <menu-item label="Français (Suisse)" href="?locale=fr_CH" icon="images/f-ch.gif" />        
       <menu-item label="Português (Portugal)" href="?locale=pt_PT" icon="images/f-pt.gif" />            
       <menu-item label="Polski" href="?locale=pl_PL" icon="images/f-pl.gif"/>            
  -    <menu-item label="Հայերեն (Հայաստան)" href="?locale=hy_HY" icon="images/f-am.gif"/>
  +    <menu-item label="Հայերեն (Հայաստան)" href="?locale=hy_AM" icon="images/f-am.gif"/>
       <menu-item label="Türkçe" href="?locale=tr_TR" icon="images/f-tr.gif"/>
       <menu-item label="한글(대한민국)" href="?locale=ko_KR" icon="images/f-ko.gif"/>
       <menu-item label="日本語" href="?locale=ja_JP" icon="images/f-ja.gif"/>