Localazy Download (#12014)

* [create-pull-request] automated change

* Update snapshots

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Update snapshots with deterministic language

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
ElementRobot 2023-12-09 18:38:01 +00:00 committed by GitHub
parent db24a041aa
commit f848d99f2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 49 deletions

View file

@ -43,6 +43,11 @@ const CONFIG_JSON: Partial<IConfigOptions> = {
},
},
// The default language is set here for test consistency
setting_defaults: {
language: "en-GB",
},
// the location tests want a map style url.
map_style_url: "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx",
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View file

@ -1,49 +0,0 @@
{
"action": {
"go_back": "Go Back",
"sign_in": "Sign in"
},
"common": {
"favourites": "Favorites"
},
"create_space": {
"add_details_prompt": "Add some details to help people recognize it.",
"personal_space_description": "A private space to organize your rooms"
},
"invite": {
"invalid_address": "Unrecognized address"
},
"lazy_loading": {
"resync_description": "%(brand)s now uses 3-5x less memory, by only loading information about other users when needed. Please wait while we resynchronize with the server!"
},
"room": {
"context_menu": {
"favourite": "Favorite",
"unfavourite": "Favorited"
}
},
"scalar": {
"error_room_unknown": "This room is not recognized."
},
"settings": {
"appearance": {
"heading": "Customize your appearance"
},
"security": {
"message_search_failed": "Message search initialization failed"
}
},
"slash_command": {
"addwidget_invalid_protocol": "Please supply an https:// or http:// widget URL",
"rainbow": "Sends the given message colored as a rainbow",
"rainbowme": "Sends the given emote colored as a rainbow",
"unknown_command_detail": "Unrecognized command: %(commandText)s"
},
"timeline": {
"typing_indicator": {
"more_users": {
"other": "%(names)s and %(count)s others are typing …"
}
}
}
}