etherpad-plugins icon indicating copy to clipboard operation
etherpad-plugins copied to clipboard

l10n support can be easily doubled

Open b3 opened this issue 12 years ago • 1 comments

Thank's for having closed the issue #26 so quickly. Maybe you can add the following file to your repository, so that it can be used by anyone (or do you prefer another way, like pull request, to ask for enhancement/modification) ?

locales/es.json

{
  "ep_heading.heading" : "Encabezado",
  "ep_heading.normal" : "Normal",
  "ep_heading.h1" : "Titulo 1",
  "ep_heading.h2" : "Titulo 2",
  "ep_heading.h3" : "Titulo 3",
  "ep_heading.h4" : "Titulo 4",
  "ep_heading.h5" : "Titulo 5",
  "ep_heading.h6" : "Titulo 6",
  "pad.chat" : "Notas"
}

locales/fr.json

{
  "ep_heading.heading" : "Titres",
  "ep_heading.normal" : "Normal",
  "ep_heading.h1" : "Titre 1",
  "ep_heading.h2" : "Titre 2",
  "ep_heading.h3" : "Titre 3",
  "ep_heading.h4" : "Titre 4",
  "ep_heading.h5" : "Titre 5",
  "ep_heading.h6" : "Titre 6",
  "pad.chat" : "Notes"
}

b3 avatar Apr 03 '13 13:04 b3

These files are available in ep_headings2

JohnMcLear avatar Dec 28 '14 17:12 JohnMcLear