-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated at 2024-05-07T15:21:55-04:00
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule core
updated
16 files
+1 −1 | app/client/widgets/ChoiceEditor.js | |
+1 −1 | package.json | |
+71 −10 | static/locales/de.client.json | |
+20 −1 | static/locales/en.client.json | |
+46 −2 | static/locales/es.client.json | |
+6 −3 | static/locales/fr.client.json | |
+116 −9 | static/locales/pt_BR.client.json | |
+46 −2 | static/locales/ru.client.json | |
+101 −8 | static/locales/sl.client.json | |
+200 −43 | static/locales/zh_Hans.client.json | |
+5 −3 | test/nbrowser/AdminPanel.ts | |
+54 −0 | test/nbrowser/Choice.ts | |
+4 −2 | test/nbrowser/DropdownConditionEditor.ts | |
+1 −1 | test/nbrowser/Importer2.ts | |
+10 −0 | test/nbrowser/gristUtils.ts | |
+45 −158 | yarn.lock |