Commit Graph

13 Commits

Author SHA1 Message Date
Bruno Bernardino 50ae105b45
A few improvements, requested from the review:
- File reading is now happening later in the process;
- File reading now reuses methods from `core/attachment`;
- Errors thrown in the import now include an error message;
- Adds prettier command to "prettify" all files;
- Adds prettier command to check for files not conforming to prettier's config;
- Makes CI run the prettier:check command;
- Changes `export const method = () => {};` to `export function method() {}` in the `1pux-parser` file;
- Other minor consistency changes/fixes/improvements;
- Actually ran prettier on every file, and it had a lot of things to tweak.
2021-12-20 15:01:25 +00:00
Dennis Rodewyk 0ab014a6ae Fix typos in german translation 2021-02-24 08:34:33 +01:00
Martin Kleinschrodt 4cd8fc66ef Some minor fixes 2020-05-28 12:09:29 +02:00
Martin Kleinschrodt 461b5d0177 Prefill field name when adding field 2020-05-27 18:47:51 +02:00
Martin Kleinschrodt b0e983abbf
Fix typo in german translation 2020-01-16 09:19:42 +01:00
Marko Nikic e96ebf5596 fix small typo in german translation 2020-01-04 16:34:14 +01:00
Martin Kleinschrodt e04d572282 Fix displaying email on confirmation step during signup process; Update text 2019-12-16 07:39:59 +01:00
Martin Kleinschrodt 80d96ef4f7 Add word lists for spanish, portuguese and french 2019-12-05 12:57:16 +01:00
Martin Kleinschrodt 3734b96e26 More translations 2019-12-03 17:59:11 +01:00
Martin Kleinschrodt 0fa755142a Add german translation 2019-12-03 17:56:51 +01:00
Moritz Heiber 2650067c5e Small typo fix, adress > address 2019-09-09 09:17:52 +02:00
Martin Kleinschrodt 374a6e2a91 Make sure translated strings in core module are reevaluated every time they're used; Fix args substitution 2019-08-17 09:47:25 +02:00
Martin Kleinschrodt 342780c44f Use json instead of yams for translation files so we don't need a custom webpack loader and can load it from node without webpack
Allow loading more specific locales by falling back to more generic ones (e.g. de-DE falls back to de)
2019-08-17 08:45:38 +02:00