i18n



  1. NAME
    1. DESCRIPTION
      1. Specify locale
        1. How to customize current locale catalog
          1. How to add New locale
          2. FILES

            Recent Updates
            tips
            2013/10/19
            juli formatting
            2012/10/20
            template(macro)
            2012/10/20
            template
            2012/10/20
            takahashi_method
            2012/10/20
            index
            2012/10/20
            i18n
            2012/10/20
            wikipedia(macro)
            2012/06/05
            jmap(macro)
            2012/05/23
            photo(macro)
            2012/05/15
            tag(macro)
            2012/05/15
            tutorial
            2012/05/15
            juli(1)
            2012/05/15
            je(1)
            2012/05/15
            juli_tb.rb(1)
            2012/04/12
            slidy
            2012/03/23
            tutorial/minutes_20110117
            2011/12/08
            release-note
            2011/12/08
            computing
            2011/12/08


            index > i18n

            1. NAME

            i18n - Internationalization in Juli

            2. DESCRIPTION

            Some Juli words are internationalized.

            For the detail which word is internationalized, please look at RUBY_LIB/juli/template/locale/*.yml. Where, RUBY_LIB is the directory which juli library is installed (e.g. /usr/local/lib/ruby/site_ruby/1.9/).

            2.1. Specify locale

            Default locale is 'en'. You can change it at JULI_REPO/.juli/config 'locale' entry.

            2.2. How to customize current locale catalog

            If you don't like current default locale words, you can customize those by putting your customized locale file under JULI_REPO/.juli/ without any modification at RUBY_LIB/juli/template/locale/.

            2.3. How to add New locale

            Currently only 'en' and 'ja' are supported, but, of course, you can add your favorite locale file as follows (Let's assume 'it' (Italian) here):

            1. specify it at JULI_REPO/.juli/config:
              locale: it
            2. copy default english locale under .juli/ as it.yml:
              $ cp RUBY_LIB/juli/template/locale/en.yml $JULI_REPO/.juli/it.yml
            3. modify the it.yml to follow Italian.
            4. clean output_html and re-run juli.

            3. FILES

            RUBY_LIB/juli/template/locale/*.yml:Default Locale files.
            JULI_REPO/.juli/*.yml:Your customized locale files.


            index > i18n


            Get jj_juli at SourceForge.net. Fast, secure and Free Open Source software downloads | Generated by juli 1.17.01