Skip to content

Commit

Permalink
chore(release): 3.42.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.42.0](v3.41.4...v3.42.0) (2023-12-22)

### Features

* Enable big-meta (context storing) in key create / edit endpoints & optimize ([#2005](#2005)) ([166d276](166d276))
  • Loading branch information
semantic-release-bot committed Dec 22, 2023
1 parent 166d276 commit 1a315c9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.42.0](https://github.com/tolgee/tolgee-platform/compare/v3.41.4...v3.42.0) (2023-12-22)


### Features

* Enable big-meta (context storing) in key create / edit endpoints & optimize ([#2005](https://github.com/tolgee/tolgee-platform/issues/2005)) ([166d276](https://github.com/tolgee/tolgee-platform/commit/166d2765b988b6e1d17b47643bcb1e9271c6e731))

## [3.41.4](https://github.com/tolgee/tolgee-platform/compare/v3.41.3...v3.41.4) (2023-12-22)


Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@
"import_file_issue_param_type_line" : "řádek: {value}",
"import_file_issue_param_type_value" : "hodnota: {value}",
"import_file_issues_title" : "Problémy souboru",
"import_files_uploaded" : "Soubory byly nahrány",
"import_file_supported_formats" : "podporované formáty jsou .json, .xliff, .po",
"import_language_select" : "Jazyk",
"import_max_file_count_message" : "Příliš mnoho souborů",
Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@
"import_file_issue_param_type_line" : "linje: {value}",
"import_file_issue_param_type_value" : "værdi: {value}",
"import_file_issues_title" : "Problemer med filer",
"import_files_uploaded" : "Filer uploaded",
"import_file_supported_formats" : "understøttede formater er .json, .xliff, .po",
"import_language_select" : "Sprog",
"import_max_file_count_message" : "For mange filer",
Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@
"import_file_issue_param_type_line" : "line: {value}",
"import_file_issue_param_type_value" : "value: {value}",
"import_file_issues_title" : "File issues",
"import_files_uploaded" : "Files uploaded",
"import_file_supported_formats" : "supported formats are .json, .xliff, .po",
"import_language_select" : "Language",
"import_max_file_count_message" : "Too many files",
Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@
"import_file_issue_param_type_line" : "linia: {value}",
"import_file_issue_param_type_value" : "valoare: {value}",
"import_file_issues_title" : "Probleme fișier",
"import_files_uploaded" : "Fișierele au fost încărcate",
"import_file_supported_formats" : "Formatele suportate sunt .json, .xliff, .po",
"import_language_select" : "Limba",
"import_max_file_count_message" : "Prea multe fișiere",
Expand Down

0 comments on commit 1a315c9

Please sign in to comment.