SlideShare uma empresa Scribd logo
1 de 69
Baixar para ler offline
Translate Drupal!
Gábor Hojtsy, Acquia, DrupalCamp Prague 2009
ME

• Needed   a translated Drupal in 2003

• Became locale.module maintainer,
 Drupal 6 core committer
• Developed   all kinds of translation tools

• Working   for Acquia
YOU

• Running   translated Drupal sites?

• Translating   modules for “self”?

• Contributing   to drupal.org translations?

• Writing   & translating modules to “self”?
TRANSLATING
THE BUILT-IN
 INTERFACE
TEXT COMES
    FROM
SOURCE CODE
t(‘Go to %page’,
array(‘%page’ => $p));


Drupal.t(‘Go to %page’,
       {‘%page’: num});
format_plural(
   $count,
   ‘1 year’, ‘@count years’
);

Drupal.formatPlural(
   count,
   ‘1 year’, ‘@count years’
);
D!"#$% 6 Ch!$for new versions at hojtsy.hu – Freely redistri
                                                                                                                                                     By Gábor Hojtsy –
                                                                                       ion API
                                                                   JavaScript translat                                        to the
                                                                                                      Translates ‘Home’                  play.
                 ion API                                                                e’) language used for page dis
Core PHP translat                           to the                        Drupal.t(‘Hom
                          Translates ‘Home’
               t(‘H ome’) requested language.
                                                                                       Plural Returns the prop              er translation for
                                                                       Drupal.format                                       l rules in
                                  Returns the proper                                  (count, the text based on plura
         format_plural




                                                                                                                                                                    & '(%$&)*'
                                                          sed                                                          e.
                                    lation for the text ba                     ‘1 comment’, the page’s langu
                                                                                                                    ag




                                                                                                                                                                      eck
                ($count, trans




                                                                                                                                                                                                                                                           GET THE
                               on plural rules  in the
                                                                        ‘@coun t comments’)
           ‘1 comment’,                        guage.
                           ’) requested lan                                                                      can be provided,
    ‘@count comm
                     ents                                                                       placements array
                                                                            Optional variable realways the page language!
                               placements array
                                                  and                             language is
           Optional variable re provided in this order.
                            n be                                                                             ix characters)
         language code ca                                                               ats (based on pref
                                                                        Replacement form                         value escaped with
                                         features                                          Replaced with the ut.
                    ns using translation
  Other PHP functio                                                             @count check_plain() for outp
             format_date Translates parts
                                                  of the




                                                                                                                                                                                                                                                       CHEAT SHEET


                                                                                                                                                                                             +,-$& (,--&bu. ble as long as credit is kept.
                                                                                                                                     d
                                                                                                                  value escaped an
            ($timesta    mp, date/time formatting.                                          Replaced with the             r (theme
               'medium', ...)                                                                       ted as a placeholde
                                                                                  %size format
                                                  interval in                                (‘placeh older’)).
                               Displays the time                                                                                       t
                             l                Translates                                                           value as is, withou
           format_interva human terms.                                                        Replaced with the ting. Insecure! Only
                         ... ) names of the segments.
          ($timestamp,                                                                                  ional format
                                                                                   !html any addit eady sanitized your text.
                                                    provided                                        use if you alr
                                Formats a file size e MB,                                                                       y(




                                                                                                                                                                                                                                                             FROM
                                     tes. Translate s th                                                         irectory’, arra
                     ize, ...) in by                                                             me moved to @d
      format_size($s                                                             Example: t(‘%na                     => $dirname);




                                                                                                                                                                                                                        ta
                                                     .
                                KB and byte labels                                             lename, ‘@dire
                                                                                                              ctory’




                                                                                                                                                                                                                          1.1 - '*.-/0
                                                                                ‘%name’ => $fi
                                                  e code at the end.
                               an optional languag
        All functions accept                                                                   th   e installer
                                                                           Translating text in
                                         ed later                                                                       y as t(), but
                      translation and us                                                          Works the same wa ckend. Use
      Text extracted for                                                                                              y ba
                                  Module/theme nam
                                                      e;                                          uses a file+memor
                        fo files description; package na
                                                          me.                         st(‘Home’ ) only in the installer and in install




                                                                                                                                                                                                                                                         HOJTSY.HU
                    .in
                                                                                                                      support.
                                                                                                  profiles. No plural
                                                      names,
                                   Literal permission         d
                 hook_per   m() when provided with standar                                                                ll files and any




                                                                                                                                                                                                                                        -! 15. 2007.
                              ns array syntax.                                                     Use get_t() in .insta
              implementatio                                                                                             could run in the
                                                                                                   other code which s ‘t’ or ‘st’
                                                                                     $t = get_t(); installer too. It retu nction to be
                                                             d                                                           rn
                                         Menu item ‘title’ an
                  hook_menu() ‘description’ keys
                                                  , when                              $t(‘H ome’); depending on the fu
                                                        ings.                                                              t.
               implem entations provided as literal str                                             used at the momen
                                                     sage,
                                  Log type and mes ral                                                                                        nslation, your
                                                                                                                          and need to use traif your module
                                  when pr  ovided as lite                                           have an .install file                 ler
                                                                                 Remember: if you easily end up running in the instal e get_t()!
                              u’, strings. Third parameter
               watchdog(‘men                                                     function calls could core module in an install profile. Us
                            calls specifies the replacements                             becomes a
             ‘Items saved’)                           pport.
                                   array. No plural su

                                                                                                                                      bal context,
                                                                                                                Usage of t() in a glo ST’, t(‘...’)). The




                                                                                                                                                                                                                                                           ALSO SEE
                               mistakes                                       e message eg. for
          The most common                                 Reuse of the sam                                      such as define(‘CON t initialized at
                              lues,  such as t($type).                     d drupal_set_mes
                                                                                               sage()                                 t ye
                                                                                                                locale system is no e is incorrect
           Using dynamic va                     s to call watchdog() an
                                 dynamic string                                  allows t(), the later                   e, so this usag
           Whenever you use make sure that all            calls. The former dis t possible.                     that tim
                                                                                                                                     nasty performance
                                  ,
           the above functions eady in the code                                 is no
                                                          requires t(), so this e API functions                  and also leads to
                                                                                                                                         it.
           possibl e values are alr                  I.    Always ca  ll the abov                                problems. Never do
                                l form using the AP                           indirection.
            elsewhere in litera er provided content.       directly, without
                                us
            Do not translate



                                                                                                                                                                                                                                                        D.O/NODE/322729
                                                                                                                                  so
                                     e using the API pr
                                                        operly                                             ule plugin support, rt a
                                ar                                                      s have coder mod                           po
            Tools to verify you                        Drupal 6.  x-2 or later version rted in reviews. Also feel free to ex .
                                                                             e API is repo                               ings appear
                                                        improper use of th ule/theme and check whether all str
                                       /project/potx                          od
                     http://drupal.org                  template for your m                                                  e t() or some
                                                                                                       en you forgot to us
                                                                               nn ot find mistakes wh localization client has a
                                                         The potx module ca late your output. The                           . If certain
                                                         ot her function to trans translate text displayed on the page e API.
                                               _clie nt convenient interface to                        , you forg ot to use th
                               rg/project/l10n                                  ing up for translation
               http://drupal.o                            strings are not show
TEXT IS FOUND
 AND REPLACED
RUNTIME, WHEN
     USED
Hungarian           Croatian


Go to %page    %page. oldalra ugrás       ...


   1 year             1 év
                                      Uhm, not so
                                        simple
@count years       @count év
TRANSLATIONS
   ARE STORED
IN THE DATABASE
DRUPAL PROCESS
  Running
source code
DRUPAL PROCESS
  Running
source code
                   Found text
                  stored in DB
DRUPAL PROCESS
  Running
source code
                   Found text
                  stored in DB


                 User interface
                to translate text,
                  stored in DB
DRUPAL PROCESS
   Running
 source code
                      Found text
                     stored in DB


Text replaced on    User interface
     output        to translate text,
                     stored in DB
Where’s the happy family?
TRANSLATIONS
  ARE SHARED
IN GETTEXT .PO
SHARING PROCESS
SHARING PROCESS
SHARING PROCESS
                     Static
                  source code
SHARING PROCESS
                     Static
                  source code


                   Gettext
                    .pot
SHARING PROCESS
                     Static
                  source code


                   Gettext
                    .pot
SHARING PROCESS
                     Static
                  source code


                   Gettext
                    .pot


                  Translated
                     .po
SHARING PROCESS
                     Static
                  source code


                   Gettext
                    .pot


                  Translated
                     .po
SHARING PROCESS
                     Static
                  source code


                   Gettext
                    .pot


                  Translated
                     .po
•Translation template       Static
 extractor               source code
•http://drupal.org/
 project/potx
•Web interface in your    Gettext
 Drupal install            .pot
•Interfaces with coder
 review module to help
 developers
SHARING PROCESS
                     Static
                  source code


                   Gettext
                    .pot


                  Translated
                     .po
SHARING PROCESS
                     Static
                  source code


                   Gettext
                    .pot


                  Translated
                     .po
Desktop tools like
PoEdit or just Notepad



                          Gettext
                           .pot


                         Translated
                            .po
SHARING PROCESS
                     Static
                  source code


                   Gettext
                    .pot


                  Translated
                     .po
SHARING PROCESS
                     Static
                  source code


                   Gettext
                    .pot


                  Translated
                     .po
•Translation teams commit .po files to CVS
•http://drupal.org/project/Translations
 and under contributed projects
•Released on the parent project’s
 timeframe
•Drupal imports automatically


                                  Translated
                                     .po
SHARING PROCESS
                     Static
                  source code


                   Gettext
                    .pot


                  Translated
                     .po
SHARING PROCESS
                     Static
                  source code


                   Gettext
                    .pot


                  Translated
                     .po
•Built-in translation interface
•http://drupal.org/project/l10n_client
•Import and export .po(t) files manually
SHARING PROCESS
                     Static
                  source code


                   Gettext
                    .pot


                  Translated
                     .po
SHARING PROCESS
                     Static
                  source code


                   Gettext
                    .pot


                  Translated
                     .po
All come together
GIVING AWAY
 (THIS WAY)
   IS HARD
POTX
.PO

POTX
.PO
CVS
 POTX
.PO
CVS
  POTX


RELEASES
.PO
CVS
  POTX


RELEASES
           BRANCHES
.PO
CVS        PLURAL FORMS
  POTX


RELEASES
           BRANCHES
.PO
CVS        PLURAL FORMS
  POTX

           SCHEDULING
RELEASES
           BRANCHES
.PO
CVS        PLURAL FORMS
    POTX

               SCHEDULING
RELEASES
               BRANCHES
ISSUE QUEUES
ENOUGH!
LOCALIZE.DRUPAL.ORG


Web UI for Drupal.org
 project translations
LOCALIZE.DRUPAL.ORG


Automated parsing of
Drupal.org releases on
    publication
LOCALIZE.DRUPAL.ORG


  Skips CVS, branching,
templates, hides potx and
  plural forms, does not
  require desktop tools
LOCALIZE.DRUPAL.ORG



 Single-sign-on with
     Drupal.org
LOCALIZE.DRUPAL.ORG



 Organic groups based
     translations
LOCALIZE.DRUPAL.ORG



Different permission levels
     (open/controlled)
LOCALIZE.DRUPAL.ORG


 Keeps import/export
 support with Gettext
       formats
LOCALIZE.DRUPAL.ORG


   Provides a remote
submission web service for
   Localization client
Oh, those stats!
almost                               over


5250                               6900
projects known                      releases parsed

                        over



    159000       strings to translate
159000
  IT IS LIKE
TRANSLATING
   DRUPAL
  45 TIMES
38
  TRANSLATION
TEAMS LAUNCHED
ALREADY IN BETA
(MORE IN QUEUE)
Take a ride!
Envious?
SOFTWARE ON L.D.O

• Translation
            template extractor
 http://drupal.org/project/potx

• Localization
             server:
 http://drupal.org/project/l10n_server

• Organicgroups
 http://drupal.org/project/og
TRANSLATE YOUR CODE

• Open Atrium and Gallery 2 uses
 Localization server to translate their
 code

• Youcan set up l10n_server to parse
 your own code and translate in-house

• Eg.   https://translate.openatrium.com/
Long way to go
Color the future!
THESE SLIDES ARE (CC)
                                          Photo credits:
                                 http://www.flickr.com/photos/sinkdd/2853334715/
                                 http://www.flickr.com/photos/chavals/2978360981/
                                 http://www.flickr.com/photos/koesbong/125933266/
                               http://www.flickr.com/photos/cheishichiyo/3637712921/
                                   http://www.flickr.com/photos/paky/52194393/
                               http://www.flickr.com/photos/patrickgage/3738107746/
                                 http://www.flickr.com/photos/zhzheka/1240470939/
                                 http://www.flickr.com/photos/fchouse/3270958643/
                                   http://www.flickr.com/photos/colinj/490622069/
                                  http://www.flickr.com/photos/brartist/313272029/




This presentation is © Gábor Hojtsy
Licensed: http://creativecommons.org/licenses/by-nc-sa/2.0/
THANK YOU!
 Gábor Hojtsy, Acquia
  gabor@hojtsy.hu
   http://hojtsy.hu/

Mais conteúdo relacionado

Semelhante a Translate Drupal from Drupalcamp Prague

Here comes localize.drupal.org!
Here comes localize.drupal.org!Here comes localize.drupal.org!
Here comes localize.drupal.org!Gábor Hojtsy
 
Unsupervised analysis for decipherment problems
Unsupervised analysis for decipherment problemsUnsupervised analysis for decipherment problems
Unsupervised analysis for decipherment problemsAttaporn Ninsuwan
 
Model-Driven Software Development - Language Workbenches & Syntax Definition
Model-Driven Software Development - Language Workbenches & Syntax DefinitionModel-Driven Software Development - Language Workbenches & Syntax Definition
Model-Driven Software Development - Language Workbenches & Syntax DefinitionEelco Visser
 
Regular expressions
Regular expressionsRegular expressions
Regular expressionskeeyre
 
You Can Do It! Start Using Perl to Handle Your Voyager Needs
You Can Do It! Start Using Perl to Handle Your Voyager NeedsYou Can Do It! Start Using Perl to Handle Your Voyager Needs
You Can Do It! Start Using Perl to Handle Your Voyager NeedsRoy Zimmer
 
Manipulating strings
Manipulating stringsManipulating strings
Manipulating stringsNicole Ryan
 
Plunging Into Perl While Avoiding the Deep End (mostly)
Plunging Into Perl While Avoiding the Deep End (mostly)Plunging Into Perl While Avoiding the Deep End (mostly)
Plunging Into Perl While Avoiding the Deep End (mostly)Roy Zimmer
 
Licão 07 operating the shell
Licão 07 operating the shellLicão 07 operating the shell
Licão 07 operating the shellAcácio Oliveira
 

Semelhante a Translate Drupal from Drupalcamp Prague (16)

Here comes localize.drupal.org!
Here comes localize.drupal.org!Here comes localize.drupal.org!
Here comes localize.drupal.org!
 
Nate tech deck
Nate tech deckNate tech deck
Nate tech deck
 
Unsupervised analysis for decipherment problems
Unsupervised analysis for decipherment problemsUnsupervised analysis for decipherment problems
Unsupervised analysis for decipherment problems
 
Model-Driven Software Development - Language Workbenches & Syntax Definition
Model-Driven Software Development - Language Workbenches & Syntax DefinitionModel-Driven Software Development - Language Workbenches & Syntax Definition
Model-Driven Software Development - Language Workbenches & Syntax Definition
 
Regular expressions
Regular expressionsRegular expressions
Regular expressions
 
Php Learning show
Php Learning showPhp Learning show
Php Learning show
 
10 Jo P Oct 07
10 Jo P Oct 0710 Jo P Oct 07
10 Jo P Oct 07
 
Pdf sample3
Pdf sample3Pdf sample3
Pdf sample3
 
You Can Do It! Start Using Perl to Handle Your Voyager Needs
You Can Do It! Start Using Perl to Handle Your Voyager NeedsYou Can Do It! Start Using Perl to Handle Your Voyager Needs
You Can Do It! Start Using Perl to Handle Your Voyager Needs
 
Manipulating strings
Manipulating stringsManipulating strings
Manipulating strings
 
Plunging Into Perl While Avoiding the Deep End (mostly)
Plunging Into Perl While Avoiding the Deep End (mostly)Plunging Into Perl While Avoiding the Deep End (mostly)
Plunging Into Perl While Avoiding the Deep End (mostly)
 
First steps in C-Shell
First steps in C-ShellFirst steps in C-Shell
First steps in C-Shell
 
Licão 07 operating the shell
Licão 07 operating the shellLicão 07 operating the shell
Licão 07 operating the shell
 
Introduction to php basics
Introduction to php   basicsIntroduction to php   basics
Introduction to php basics
 
php_string.pdf
php_string.pdfphp_string.pdf
php_string.pdf
 
UNIX - Class1 - Basic Shell
UNIX - Class1 - Basic ShellUNIX - Class1 - Basic Shell
UNIX - Class1 - Basic Shell
 

Mais de Gábor Hojtsy

Open source project management at scale
 Open source project management at scale Open source project management at scale
Open source project management at scaleGábor Hojtsy
 
Drupal 8.3.0: the features are ready, are you?
Drupal 8.3.0: the features are ready, are you?Drupal 8.3.0: the features are ready, are you?
Drupal 8.3.0: the features are ready, are you?Gábor Hojtsy
 
Drupal 8 multilingual APIs
Drupal 8 multilingual APIsDrupal 8 multilingual APIs
Drupal 8 multilingual APIsGábor Hojtsy
 
A Drupal 8 jövője és az oda vezető út
A Drupal 8 jövője és az oda vezető útA Drupal 8 jövője és az oda vezető út
A Drupal 8 jövője és az oda vezető útGábor Hojtsy
 
Everything multilingual in Drupal 8
Everything multilingual in Drupal 8Everything multilingual in Drupal 8
Everything multilingual in Drupal 8Gábor Hojtsy
 
Everything multilingual in Drupal 8 (2015 November)
Everything multilingual in Drupal 8 (2015 November)Everything multilingual in Drupal 8 (2015 November)
Everything multilingual in Drupal 8 (2015 November)Gábor Hojtsy
 
All the language support in Drupal 8 - At Drupalaton 2014
All the language support in Drupal 8 - At Drupalaton 2014All the language support in Drupal 8 - At Drupalaton 2014
All the language support in Drupal 8 - At Drupalaton 2014Gábor Hojtsy
 
Drupal 8 Multilingual - what to look forward to
Drupal 8 Multilingual - what to look forward toDrupal 8 Multilingual - what to look forward to
Drupal 8 Multilingual - what to look forward toGábor Hojtsy
 
Doing Drupal security right from Drupalcon London
Doing Drupal security right from Drupalcon LondonDoing Drupal security right from Drupalcon London
Doing Drupal security right from Drupalcon LondonGábor Hojtsy
 
Doing Drupal security right
Doing Drupal security rightDoing Drupal security right
Doing Drupal security rightGábor Hojtsy
 
Drupal security - Configuration and process
Drupal security - Configuration and processDrupal security - Configuration and process
Drupal security - Configuration and processGábor Hojtsy
 
Come for the software, stay for the community
Come for the software, stay for the communityCome for the software, stay for the community
Come for the software, stay for the communityGábor Hojtsy
 
Come for the software, stay for the community - How Drupal improves and evolves
Come for the software, stay for the community - How Drupal improves and evolvesCome for the software, stay for the community - How Drupal improves and evolves
Come for the software, stay for the community - How Drupal improves and evolvesGábor Hojtsy
 
What's up with Drupal 7?
What's up with Drupal 7?What's up with Drupal 7?
What's up with Drupal 7?Gábor Hojtsy
 
Multilingual Drupal presentation from "Do it With Drupal"
Multilingual Drupal presentation from "Do it With Drupal"Multilingual Drupal presentation from "Do it With Drupal"
Multilingual Drupal presentation from "Do it With Drupal"Gábor Hojtsy
 

Mais de Gábor Hojtsy (16)

Open source project management at scale
 Open source project management at scale Open source project management at scale
Open source project management at scale
 
Drupal 8.3.0: the features are ready, are you?
Drupal 8.3.0: the features are ready, are you?Drupal 8.3.0: the features are ready, are you?
Drupal 8.3.0: the features are ready, are you?
 
Drupal 8 multilingual APIs
Drupal 8 multilingual APIsDrupal 8 multilingual APIs
Drupal 8 multilingual APIs
 
A Drupal 8 jövője és az oda vezető út
A Drupal 8 jövője és az oda vezető útA Drupal 8 jövője és az oda vezető út
A Drupal 8 jövője és az oda vezető út
 
Everything multilingual in Drupal 8
Everything multilingual in Drupal 8Everything multilingual in Drupal 8
Everything multilingual in Drupal 8
 
Everything multilingual in Drupal 8 (2015 November)
Everything multilingual in Drupal 8 (2015 November)Everything multilingual in Drupal 8 (2015 November)
Everything multilingual in Drupal 8 (2015 November)
 
All the language support in Drupal 8 - At Drupalaton 2014
All the language support in Drupal 8 - At Drupalaton 2014All the language support in Drupal 8 - At Drupalaton 2014
All the language support in Drupal 8 - At Drupalaton 2014
 
Drupal 8 Multilingual - what to look forward to
Drupal 8 Multilingual - what to look forward toDrupal 8 Multilingual - what to look forward to
Drupal 8 Multilingual - what to look forward to
 
Doing Drupal security right from Drupalcon London
Doing Drupal security right from Drupalcon LondonDoing Drupal security right from Drupalcon London
Doing Drupal security right from Drupalcon London
 
Multilingual Drupal
Multilingual DrupalMultilingual Drupal
Multilingual Drupal
 
Doing Drupal security right
Doing Drupal security rightDoing Drupal security right
Doing Drupal security right
 
Drupal security - Configuration and process
Drupal security - Configuration and processDrupal security - Configuration and process
Drupal security - Configuration and process
 
Come for the software, stay for the community
Come for the software, stay for the communityCome for the software, stay for the community
Come for the software, stay for the community
 
Come for the software, stay for the community - How Drupal improves and evolves
Come for the software, stay for the community - How Drupal improves and evolvesCome for the software, stay for the community - How Drupal improves and evolves
Come for the software, stay for the community - How Drupal improves and evolves
 
What's up with Drupal 7?
What's up with Drupal 7?What's up with Drupal 7?
What's up with Drupal 7?
 
Multilingual Drupal presentation from "Do it With Drupal"
Multilingual Drupal presentation from "Do it With Drupal"Multilingual Drupal presentation from "Do it With Drupal"
Multilingual Drupal presentation from "Do it With Drupal"
 

Último

Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 

Último (20)

Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 

Translate Drupal from Drupalcamp Prague

  • 1. Translate Drupal! Gábor Hojtsy, Acquia, DrupalCamp Prague 2009
  • 2. ME • Needed a translated Drupal in 2003 • Became locale.module maintainer, Drupal 6 core committer • Developed all kinds of translation tools • Working for Acquia
  • 3. YOU • Running translated Drupal sites? • Translating modules for “self”? • Contributing to drupal.org translations? • Writing & translating modules to “self”?
  • 5. TEXT COMES FROM SOURCE CODE
  • 6. t(‘Go to %page’, array(‘%page’ => $p)); Drupal.t(‘Go to %page’, {‘%page’: num});
  • 7. format_plural( $count, ‘1 year’, ‘@count years’ ); Drupal.formatPlural( count, ‘1 year’, ‘@count years’ );
  • 8. D!"#$% 6 Ch!$for new versions at hojtsy.hu – Freely redistri By Gábor Hojtsy – ion API JavaScript translat to the Translates ‘Home’ play. ion API e’) language used for page dis Core PHP translat to the Drupal.t(‘Hom Translates ‘Home’ t(‘H ome’) requested language. Plural Returns the prop er translation for Drupal.format l rules in Returns the proper (count, the text based on plura format_plural & '(%$&)*' sed e. lation for the text ba ‘1 comment’, the page’s langu ag eck ($count, trans GET THE on plural rules in the ‘@coun t comments’) ‘1 comment’, guage. ’) requested lan can be provided, ‘@count comm ents placements array Optional variable realways the page language! placements array and language is Optional variable re provided in this order. n be ix characters) language code ca ats (based on pref Replacement form value escaped with features Replaced with the ut. ns using translation Other PHP functio @count check_plain() for outp format_date Translates parts of the CHEAT SHEET +,-$& (,--&bu. ble as long as credit is kept. d value escaped an ($timesta mp, date/time formatting. Replaced with the r (theme 'medium', ...) ted as a placeholde %size format interval in (‘placeh older’)). Displays the time t l Translates value as is, withou format_interva human terms. Replaced with the ting. Insecure! Only ... ) names of the segments. ($timestamp, ional format !html any addit eady sanitized your text. provided use if you alr Formats a file size e MB, y( FROM tes. Translate s th irectory’, arra ize, ...) in by me moved to @d format_size($s Example: t(‘%na => $dirname); ta . KB and byte labels lename, ‘@dire ctory’ 1.1 - '*.-/0 ‘%name’ => $fi e code at the end. an optional languag All functions accept th e installer Translating text in ed later y as t(), but translation and us Works the same wa ckend. Use Text extracted for y ba Module/theme nam e; uses a file+memor fo files description; package na me. st(‘Home’ ) only in the installer and in install HOJTSY.HU .in support. profiles. No plural names, Literal permission d hook_per m() when provided with standar ll files and any -! 15. 2007. ns array syntax. Use get_t() in .insta implementatio could run in the other code which s ‘t’ or ‘st’ $t = get_t(); installer too. It retu nction to be d rn Menu item ‘title’ an hook_menu() ‘description’ keys , when $t(‘H ome’); depending on the fu ings. t. implem entations provided as literal str used at the momen sage, Log type and mes ral nslation, your and need to use traif your module when pr ovided as lite have an .install file ler Remember: if you easily end up running in the instal e get_t()! u’, strings. Third parameter watchdog(‘men function calls could core module in an install profile. Us calls specifies the replacements becomes a ‘Items saved’) pport. array. No plural su bal context, Usage of t() in a glo ST’, t(‘...’)). The ALSO SEE mistakes e message eg. for The most common Reuse of the sam such as define(‘CON t initialized at lues, such as t($type). d drupal_set_mes sage() t ye locale system is no e is incorrect Using dynamic va s to call watchdog() an dynamic string allows t(), the later e, so this usag Whenever you use make sure that all calls. The former dis t possible. that tim nasty performance , the above functions eady in the code is no requires t(), so this e API functions and also leads to it. possibl e values are alr I. Always ca ll the abov problems. Never do l form using the AP indirection. elsewhere in litera er provided content. directly, without us Do not translate D.O/NODE/322729 so e using the API pr operly ule plugin support, rt a ar s have coder mod po Tools to verify you Drupal 6. x-2 or later version rted in reviews. Also feel free to ex . e API is repo ings appear improper use of th ule/theme and check whether all str /project/potx od http://drupal.org template for your m e t() or some en you forgot to us nn ot find mistakes wh localization client has a The potx module ca late your output. The . If certain ot her function to trans translate text displayed on the page e API. _clie nt convenient interface to , you forg ot to use th rg/project/l10n ing up for translation http://drupal.o strings are not show
  • 9. TEXT IS FOUND AND REPLACED RUNTIME, WHEN USED
  • 10. Hungarian Croatian Go to %page %page. oldalra ugrás ... 1 year 1 év Uhm, not so simple @count years @count év
  • 11. TRANSLATIONS ARE STORED IN THE DATABASE
  • 12. DRUPAL PROCESS Running source code
  • 13. DRUPAL PROCESS Running source code Found text stored in DB
  • 14. DRUPAL PROCESS Running source code Found text stored in DB User interface to translate text, stored in DB
  • 15. DRUPAL PROCESS Running source code Found text stored in DB Text replaced on User interface output to translate text, stored in DB
  • 17. TRANSLATIONS ARE SHARED IN GETTEXT .PO
  • 20. SHARING PROCESS Static source code
  • 21. SHARING PROCESS Static source code Gettext .pot
  • 22. SHARING PROCESS Static source code Gettext .pot
  • 23. SHARING PROCESS Static source code Gettext .pot Translated .po
  • 24. SHARING PROCESS Static source code Gettext .pot Translated .po
  • 25. SHARING PROCESS Static source code Gettext .pot Translated .po
  • 26. •Translation template Static extractor source code •http://drupal.org/ project/potx •Web interface in your Gettext Drupal install .pot •Interfaces with coder review module to help developers
  • 27. SHARING PROCESS Static source code Gettext .pot Translated .po
  • 28. SHARING PROCESS Static source code Gettext .pot Translated .po
  • 29. Desktop tools like PoEdit or just Notepad Gettext .pot Translated .po
  • 30. SHARING PROCESS Static source code Gettext .pot Translated .po
  • 31. SHARING PROCESS Static source code Gettext .pot Translated .po
  • 32. •Translation teams commit .po files to CVS •http://drupal.org/project/Translations and under contributed projects •Released on the parent project’s timeframe •Drupal imports automatically Translated .po
  • 33. SHARING PROCESS Static source code Gettext .pot Translated .po
  • 34. SHARING PROCESS Static source code Gettext .pot Translated .po
  • 36. SHARING PROCESS Static source code Gettext .pot Translated .po
  • 37. SHARING PROCESS Static source code Gettext .pot Translated .po
  • 39. GIVING AWAY (THIS WAY) IS HARD
  • 40.
  • 41. POTX
  • 46. .PO CVS PLURAL FORMS POTX RELEASES BRANCHES
  • 47. .PO CVS PLURAL FORMS POTX SCHEDULING RELEASES BRANCHES
  • 48. .PO CVS PLURAL FORMS POTX SCHEDULING RELEASES BRANCHES ISSUE QUEUES
  • 50. LOCALIZE.DRUPAL.ORG Web UI for Drupal.org project translations
  • 52. LOCALIZE.DRUPAL.ORG Skips CVS, branching, templates, hides potx and plural forms, does not require desktop tools
  • 56. LOCALIZE.DRUPAL.ORG Keeps import/export support with Gettext formats
  • 57. LOCALIZE.DRUPAL.ORG Provides a remote submission web service for Localization client
  • 59. almost over 5250 6900 projects known releases parsed over 159000 strings to translate
  • 60. 159000 IT IS LIKE TRANSLATING DRUPAL 45 TIMES
  • 61. 38 TRANSLATION TEAMS LAUNCHED ALREADY IN BETA (MORE IN QUEUE)
  • 64. SOFTWARE ON L.D.O • Translation template extractor http://drupal.org/project/potx • Localization server: http://drupal.org/project/l10n_server • Organicgroups http://drupal.org/project/og
  • 65. TRANSLATE YOUR CODE • Open Atrium and Gallery 2 uses Localization server to translate their code • Youcan set up l10n_server to parse your own code and translate in-house • Eg. https://translate.openatrium.com/
  • 68. THESE SLIDES ARE (CC) Photo credits: http://www.flickr.com/photos/sinkdd/2853334715/ http://www.flickr.com/photos/chavals/2978360981/ http://www.flickr.com/photos/koesbong/125933266/ http://www.flickr.com/photos/cheishichiyo/3637712921/ http://www.flickr.com/photos/paky/52194393/ http://www.flickr.com/photos/patrickgage/3738107746/ http://www.flickr.com/photos/zhzheka/1240470939/ http://www.flickr.com/photos/fchouse/3270958643/ http://www.flickr.com/photos/colinj/490622069/ http://www.flickr.com/photos/brartist/313272029/ This presentation is © Gábor Hojtsy Licensed: http://creativecommons.org/licenses/by-nc-sa/2.0/
  • 69. THANK YOU! Gábor Hojtsy, Acquia gabor@hojtsy.hu http://hojtsy.hu/