Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wax-prosemirror
Manage
Activity
Members
Labels
Plan
Issues
34
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wax
wax-prosemirror
Commits
4f027cdf
Commit
4f027cdf
authored
1 year ago
by
chris
Browse files
Options
Downloads
Patches
Plain Diff
rerender on language change
parent
55625901
No related branches found
No related tags found
1 merge request
!501
Translations
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
editors/demo/src/locale/en.js
+7
-0
7 additions, 0 deletions
editors/demo/src/locale/en.js
editors/demo/src/locale/es.js
+4
-0
4 additions, 0 deletions
editors/demo/src/locale/es.js
with
11 additions
and
0 deletions
editors/demo/src/locale/en.js
+
7
−
0
View file @
4f027cdf
...
@@ -16,6 +16,10 @@ const en = {
...
@@ -16,6 +16,10 @@ const en = {
'
Toggle superscript
'
:
'
Toggle superscript
'
,
'
Toggle superscript
'
:
'
Toggle superscript
'
,
'
Toggle underline
'
:
'
Toggle underline
'
,
'
Toggle underline
'
:
'
Toggle underline
'
,
'
Add or remove link
'
:
'
Add or remove link
'
,
'
Add or remove link
'
:
'
Add or remove link
'
,
'
Wrap in bullet list
'
:
'
Wrap in bullet list
'
,
'
Wrap in ordered list
'
:
'
Wrap in ordered list
'
,
'
Join with above block
'
:
'
Join with above block
'
,
'
Lift out of enclosing block
'
:
'
Lift out of enclosing block
'
,
},
},
BlockLevel
:
{
BlockLevel
:
{
'
Block Level
'
:
'
Heading styles
'
,
'
Block Level
'
:
'
Heading styles
'
,
...
@@ -58,6 +62,9 @@ const en = {
...
@@ -58,6 +62,9 @@ const en = {
'
Lower Case
'
:
'
Lower Case
'
,
'
Lower Case
'
:
'
Lower Case
'
,
'
Sentence Case
'
:
'
Sentence Case
'
,
'
Sentence Case
'
:
'
Sentence Case
'
,
},
},
Tables
:
{
'
Insert Table
'
:
'
Insert Table
'
,
},
TrackChanges
:
{
TrackChanges
:
{
Editing
:
'
Editing
'
,
Editing
:
'
Editing
'
,
Suggesting
:
'
Suggesting
'
,
Suggesting
:
'
Suggesting
'
,
...
...
This diff is collapsed.
Click to expand it.
editors/demo/src/locale/es.js
+
4
−
0
View file @
4f027cdf
...
@@ -16,6 +16,10 @@ const es = {
...
@@ -16,6 +16,10 @@ const es = {
'
Toggle superscript
'
:
'
Alternar superíndice
'
,
'
Toggle superscript
'
:
'
Alternar superíndice
'
,
'
Toggle underline
'
:
'
Alternar subrayado
'
,
'
Toggle underline
'
:
'
Alternar subrayado
'
,
'
Add or remove link
'
:
'
Agregar o eliminar enlace
'
,
'
Add or remove link
'
:
'
Agregar o eliminar enlace
'
,
'
Wrap in bullet list
'
:
'
Envolver en lista con viñetas
'
,
'
Wrap in ordered list
'
:
'
Envolver en lista ordenada
'
,
'
Join with above block
'
:
'
Unirse al bloque anterior
'
,
'
Lift out of enclosing block
'
:
'
Levante fuera del bloque envolvente
'
,
},
},
BlockLevel
:
{
BlockLevel
:
{
'
Block Level
'
:
'
Estilos de encabezado
'
,
'
Block Level
'
:
'
Estilos de encabezado
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment