Skip to content

Commit

Permalink
i18n: Sync translations with Weblate (now tracking 4.1 strings)
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Jun 12, 2023
1 parent 66423d4 commit 2d6b880
Show file tree
Hide file tree
Showing 56 changed files with 19,393 additions and 36,901 deletions.
1,831 changes: 130 additions & 1,701 deletions doc/translations/es.po

Large diffs are not rendered by default.

2,405 changes: 362 additions & 2,043 deletions doc/translations/fr.po

Large diffs are not rendered by default.

16,501 changes: 2,353 additions & 14,148 deletions doc/translations/zh_CN.po

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions editor/debugger/editor_file_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ void EditorFileServer::poll() {
// Got a connection!
EditorProgress pr("updating_remote_file_system", TTR("Updating assets on target device:"), 105);

pr.step(TTR("Syncinc headers"), 0, true);
pr.step(TTR("Syncing headers"), 0, true);
print_verbose("EFS: Connecting taken!");
char header[4];
Error err = tcp_peer->get_data((uint8_t *)&header, 4);
Expand Down Expand Up @@ -229,7 +229,7 @@ void EditorFileServer::poll() {

int idx = 0;
for (KeyValue<String, uint64_t> K : files_to_send) {
pr.step(TTR("Sending file: ") + K.key.get_file(), 5 + idx * 100 / files_to_send.size(), false);
pr.step(TTR("Sending file:") + " " + K.key.get_file(), 5 + idx * 100 / files_to_send.size(), false);
idx++;

if (K.value == 0 || !FileAccess::exists("res://" + K.key)) { // File was removed
Expand Down
Loading

0 comments on commit 2d6b880

Please sign in to comment.