User Tools

Site Tools


evergreen-admin:customizations:i18n

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
evergreen-admin:customizations:i18n [2012/06/27 11:36] kivilahtioevergreen-admin:customizations:i18n [2012/10/29 07:49] – [Build environment] kivilahtio
Line 41: Line 41:
 #   * username 'evergreen' #   * username 'evergreen'
 psql -h localhost -U evergreen -f Open-ILS/src/sql/Pg/950.data.seed-values-fr-CA.sql</code> psql -h localhost -U evergreen -f Open-ILS/src/sql/Pg/950.data.seed-values-fr-CA.sql</code>
- 
  
 **NOTE** This does not copy the correct files into /openils/var/web/opac/common/js/<locale>/ **NOTE** This does not copy the correct files into /openils/var/web/opac/common/js/<locale>/
  
 +**NOTE** If you fail to INSERT your 950.data.seed-values-<locale>.sql, you need to add your language definition to config.i18n_locale issuing the following command:
 +<code sql>
 +INSERT INTO config.i18n_locale VALUES ('fi-FI','fin','Suomi','Suomen komia kieli');
 +</code>
 +
 +===Localizing the TPAC===
 +To make your localization visible in the TPAC, you should follow these instructions:
 +http://docs.evergreen-ils.org/2.3/_creating_a_new_skin_the_bare_minimum.html
 =====Technical details behind localization===== =====Technical details behind localization=====
 The technical details of how we handle localization in Evergreen - staff client, catalogue, and OpenSRF - have been moved [[backend-devel:i18n|to a separate page]] to avoid confusing this more practical page. The technical details of how we handle localization in Evergreen - staff client, catalogue, and OpenSRF - have been moved [[backend-devel:i18n|to a separate page]] to avoid confusing this more practical page.
evergreen-admin/customizations/i18n.txt · Last modified: 2023/08/11 10:40 by sandbergja

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.