all the language support in drupal 8 - at drupalaton 2014

99
All the language support in Drupal 8 Gábor Hojtsy Drupal 8 Moar, betterer multilingual *****

Upload: gabor-hojtsy

Post on 20-Jun-2015

451 views

Category:

Technology


0 download

DESCRIPTION

All the language support in Drupal 8 traning slides from Drupalaton 2014

TRANSCRIPT

Page 1: All the language support in Drupal 8 - At Drupalaton 2014

All the language support in Drupal 8

Gábor Hojtsy

Drupal 8

Moar, betterer

multilingual

*****

Page 2: All the language support in Drupal 8 - At Drupalaton 2014

Who are you?

Page 3: All the language support in Drupal 8 - At Drupalaton 2014

Who are we?

Page 4: All the language support in Drupal 8 - At Drupalaton 2014
Page 5: All the language support in Drupal 8 - At Drupalaton 2014

1080+ contributors*

*Based on issue participation

Page 6: All the language support in Drupal 8 - At Drupalaton 2014
Page 7: All the language support in Drupal 8 - At Drupalaton 2014

Why are we doing this?

Page 8: All the language support in Drupal 8 - At Drupalaton 2014
Page 9: All the language support in Drupal 8 - At Drupalaton 2014
Page 10: All the language support in Drupal 8 - At Drupalaton 2014
Page 11: All the language support in Drupal 8 - At Drupalaton 2014
Page 12: All the language support in Drupal 8 - At Drupalaton 2014
Page 13: All the language support in Drupal 8 - At Drupalaton 2014
Page 14: All the language support in Drupal 8 - At Drupalaton 2014
Page 15: All the language support in Drupal 8 - At Drupalaton 2014
Page 16: All the language support in Drupal 8 - At Drupalaton 2014
Page 17: All the language support in Drupal 8 - At Drupalaton 2014
Page 18: All the language support in Drupal 8 - At Drupalaton 2014
Page 19: All the language support in Drupal 8 - At Drupalaton 2014
Page 20: All the language support in Drupal 8 - At Drupalaton 2014
Page 21: All the language support in Drupal 8 - At Drupalaton 2014
Page 22: All the language support in Drupal 8 - At Drupalaton 2014
Page 23: All the language support in Drupal 8 - At Drupalaton 2014
Page 24: All the language support in Drupal 8 - At Drupalaton 2014
Page 25: All the language support in Drupal 8 - At Drupalaton 2014
Page 26: All the language support in Drupal 8 - At Drupalaton 2014
Page 27: All the language support in Drupal 8 - At Drupalaton 2014
Page 28: All the language support in Drupal 8 - At Drupalaton 2014
Page 29: All the language support in Drupal 8 - At Drupalaton 2014
Page 30: All the language support in Drupal 8 - At Drupalaton 2014
Page 31: All the language support in Drupal 8 - At Drupalaton 2014
Page 32: All the language support in Drupal 8 - At Drupalaton 2014

1. Reduce complexity 2. Add missing features

Page 33: All the language support in Drupal 8 - At Drupalaton 2014
Page 34: All the language support in Drupal 8 - At Drupalaton 2014

Drupal core

Page 35: All the language support in Drupal 8 - At Drupalaton 2014

Drupal corelocale

Page 36: All the language support in Drupal 8 - At Drupalaton 2014

Drupal corelocale

l10n_update

Page 37: All the language support in Drupal 8 - At Drupalaton 2014

Drupal corelocale

l10n_update l10n_client

Page 38: All the language support in Drupal 8 - At Drupalaton 2014

Drupal corelocale translation

l10n_update l10n_client

Page 39: All the language support in Drupal 8 - At Drupalaton 2014

Drupal corelocale translation

l10n_update

i18n

l10n_client

Page 40: All the language support in Drupal 8 - At Drupalaton 2014

Drupal corelocale translation

l10n_update

i18n … … …

l10n_client

Page 41: All the language support in Drupal 8 - At Drupalaton 2014

Drupal corelocale translation

l10n_update

i18n … … … variable

l10n_client

Page 42: All the language support in Drupal 8 - At Drupalaton 2014

Drupal corelocale translation

l10n_update

i18n … … … variable

l10n_client

… …

Page 43: All the language support in Drupal 8 - At Drupalaton 2014

Drupal corelocale translation

l10n_update

i18n

i18n_views

… … … variable

l10n_client

… …

Page 44: All the language support in Drupal 8 - At Drupalaton 2014

Drupal corelocale translation

l10n_update

i18n

i18n_views

… … … variable

webform_localization

l10n_client

… …

Page 45: All the language support in Drupal 8 - At Drupalaton 2014

Drupal corelocale translation

l10n_update

i18n

i18n_views

… … … variable

webform_localization

l10n_client

entity_translation

… …

Page 46: All the language support in Drupal 8 - At Drupalaton 2014

Drupal corelocale translation

l10n_update

i18n

i18n_views

… … … variable

webform_localization

l10n_client

entity_translation title

… …

Page 47: All the language support in Drupal 8 - At Drupalaton 2014

Drupal corelocale translation

l10n_update

i18n

i18n_views

… … … variable

webform_localization

l10n_client

entity_translation title

… …

tmgmt

Page 48: All the language support in Drupal 8 - At Drupalaton 2014
Page 49: All the language support in Drupal 8 - At Drupalaton 2014

Language !

Page 50: All the language support in Drupal 8 - At Drupalaton 2014

Language !

Interface translation

8

Page 51: All the language support in Drupal 8 - At Drupalaton 2014

Language !

Content translation

é

Interface translation

8

Page 52: All the language support in Drupal 8 - At Drupalaton 2014

Language !

Content translation

é

Interface translation

8

Configuration translation

X

Page 53: All the language support in Drupal 8 - At Drupalaton 2014

Environment setup

Page 54: All the language support in Drupal 8 - At Drupalaton 2014

PHP 5.4.2

Page 55: All the language support in Drupal 8 - At Drupalaton 2014
Page 56: All the language support in Drupal 8 - At Drupalaton 2014

DRUPAL 8 MULTILINGUAL CHANGES SUMMARY v. 2.0 for Drupalaton / drupal8multilingual.org / @d8mi

INSTALLER   Language  list  first  

Detects  browser  language  

Integrates  with  automated  translation  download  

Picking  a  language  enables  Language  and  Interface  Translation  

 

LANGUAGE   Language  module  as  base  language  service  

Simplified  language  config  (no  domain/prefix,  etc)  

2  special  instead  of  1  (und:  Not  specified,  zxx:  Not  applicable)  

English  can  be  deleted  (not  even  added  if  installed  foreign)  

 

CONTENT  

LANGUAGE  

Content  type  language  support  more  flexible  (one  screen  setup)  

Language  selector  field  is  freely  positioned  

Same  flexibility  +  new  language  support  on  other  “content”  

Views  to  customize  pages  based  on  content  language  

 

BLOCK  

LANGUAGE  

Blocks  got  language  visibility  

More  things  are  blocks    

NEGOTIATIO

N  

Defaults  to  path  prefix  negotiation  (80%),  configuration  there  

Added  admin  language  option  (move  it  up  to  first  if  used)  

Browser  detection  configurable  +  more  accurate  

Fallback  language  configurable  (don’t  change  site  default)  

 

USERS   Users  have  language  preference  +  admin  language  if  applicable  

Internally  up  to  3  different  languages  per  user    

NAMES   Transliteration  built-­‐in  for  machine  names    

INTERFACE  

TRANSLATION  

Interface  translation  (locale)  module  now  only  doing  this  

One  central  directory  for  .po  files  -­‐  staging/version  control  

File  import  and  automated  update  settings  

Import  will  not  time  out  or  eat  up  lots  of  memory  

Translation  UI  revamped  (much  quicker  editing)  

Plural  versions  editable  with  specific  UI  

Edited  strings  become  custom,  can  be  separately  exported  

Default  configuration  translated  

English  can  be  “translated  to”  

 

CONTENT  

TRANSLATION  

Field  translation  based  module  in  core  

Old  content-­‐copy  translation  not  available  anymore  

Configuration  on  the  field  and  sub-­‐field  level  (eg.  image  fields)  

Integrated  with  search  indexing  (in  core)  and  API  

Node  access  is  also  language  aware  

 

CONFIG  

TRANSLATION  

All  new  in  core,  replaces  many  of  i18n’s  features  

Not  configurable,  one  flat  permission  for  all  translation  

Index  page  for  all  configuration  

Translation  tabs,  integrates  with  interface  translation  

Be  aware  of  what  is  content/configuration/interface  

 

MENUS   Interface  (built-­‐in),  configuration  (views)  and  content  (custom)  

Most  tricky  part  is  which  one  is  which    

APIs  (picks)   JavaScript  translation  API  unified  with  PHP  API  

Simpler  Entity  API  makes  working  with  multilingual  content  easier  

More  (HTML5)  language  markup  for  more  accessibility/machines  

Configuration  schema  system  to  support  configuration  translation  

 

WORKFLOW   Will  be  provided  by  contributed  modules    

 

Page 57: All the language support in Drupal 8 - At Drupalaton 2014

hojtsy.hu (bottom right)

Page 58: All the language support in Drupal 8 - At Drupalaton 2014
Page 59: All the language support in Drupal 8 - At Drupalaton 2014

!

Know exact language of every detail on the site

Page 60: All the language support in Drupal 8 - At Drupalaton 2014

!

First step in installer

"#

Page 61: All the language support in Drupal 8 - At Drupalaton 2014

!

Language as its own module

"#

Page 62: All the language support in Drupal 8 - At Drupalaton 2014

!

Content language defaults

"#

Page 63: All the language support in Drupal 8 - At Drupalaton 2014

!

Views

"#

Page 64: All the language support in Drupal 8 - At Drupalaton 2014

!

Block language

"#

Page 65: All the language support in Drupal 8 - At Drupalaton 2014

!

More language selection options

"#

Page 66: All the language support in Drupal 8 - At Drupalaton 2014

!

Transliteration

"#

Page 67: All the language support in Drupal 8 - At Drupalaton 2014

!- Delete English - Flexible selection - Block visibility - Views - Flexible configuration - First in installer - Know language

Page 68: All the language support in Drupal 8 - At Drupalaton 2014

Language !

Content translation

é

Interface translation

8

Configuration translation

X

Page 69: All the language support in Drupal 8 - At Drupalaton 2014
Page 70: All the language support in Drupal 8 - At Drupalaton 2014

8

Integrate and simplify

Page 71: All the language support in Drupal 8 - At Drupalaton 2014

8

Automated translation download / update

"#

Page 72: All the language support in Drupal 8 - At Drupalaton 2014

8

Deployment friendlyfile storage

"#

Page 73: All the language support in Drupal 8 - At Drupalaton 2014

8

Whole new translation UI

"#

Page 74: All the language support in Drupal 8 - At Drupalaton 2014

8

Custom string tracking

"#

Page 75: All the language support in Drupal 8 - At Drupalaton 2014

8

Translate to English

"#

Page 76: All the language support in Drupal 8 - At Drupalaton 2014

- “Translate to” English - Whole new UI - Custom string tracking - Deployment friendly - Automated updates

8

Page 77: All the language support in Drupal 8 - At Drupalaton 2014

Language !

Content translation

é

Interface translation

8

Configuration translation

X

Page 78: All the language support in Drupal 8 - At Drupalaton 2014
Page 79: All the language support in Drupal 8 - At Drupalaton 2014

é

Unify and make flexible

Page 80: All the language support in Drupal 8 - At Drupalaton 2014

Applies to all “content” through fields

"# é

Page 81: All the language support in Drupal 8 - At Drupalaton 2014

Search compatible

"# é

Page 82: All the language support in Drupal 8 - At Drupalaton 2014

Views

"# é

Page 83: All the language support in Drupal 8 - At Drupalaton 2014

- Node access compatible - Search compatbile - Field/sub-field level - Views - Migration

é

Page 84: All the language support in Drupal 8 - At Drupalaton 2014

Language !

Content translation

é

Interface translation

8

Configuration translation

X

Page 85: All the language support in Drupal 8 - At Drupalaton 2014
Page 86: All the language support in Drupal 8 - At Drupalaton 2014

X

Cover all configuration

Page 87: All the language support in Drupal 8 - At Drupalaton 2014

Entities

Content

Nodes Users

Comments Terms

Contact messages

Menu links

ConfigurationViews

Vocabularies

Contact categories

Fields

Site info

User emails

OtherPath

aliases

Menus

X

Page 88: All the language support in Drupal 8 - At Drupalaton 2014

Intuitive access to translation

"# X

Page 89: All the language support in Drupal 8 - At Drupalaton 2014

X

Shipped view

Interface translation

Configuration translation

888

X Custom view

Page 90: All the language support in Drupal 8 - At Drupalaton 2014

X

Shipped view

Interface translation

Configuration translation

888

X Custom view

Shipped role

Custom role

Page 91: All the language support in Drupal 8 - At Drupalaton 2014

X

Shipped view

Interface translation

Configuration translation

888

X Custom view

Shipped role

Custom role888

X

Page 92: All the language support in Drupal 8 - At Drupalaton 2014

X

Block placement(Has title, language)

Custom block content entity

(Has field content, language)

Field configuration

Field configuration

Field configuration

Page 93: All the language support in Drupal 8 - At Drupalaton 2014

X

Menu(Has name, language)

Custom items Config itemsSoftware items

Block placement(Has title, language)

Page 94: All the language support in Drupal 8 - At Drupalaton 2014

- All of configuration - In-place tabs - Central overview - Think about source

X

Page 95: All the language support in Drupal 8 - At Drupalaton 2014

Language !

Content translation

é

Interface translation

8

Configuration translation

X

Page 96: All the language support in Drupal 8 - At Drupalaton 2014

What’s missing?

Page 97: All the language support in Drupal 8 - At Drupalaton 2014

Better workflow and 3rd party integration in contrib

Page 98: All the language support in Drupal 8 - At Drupalaton 2014

@d8mi#drupal-i18n

http://drupal8multilingual.org

Page 99: All the language support in Drupal 8 - At Drupalaton 2014