etherpad-plugins
etherpad-plugins copied to clipboard
l10n support can be easily doubled
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"
}
These files are available in ep_headings2