]> git.lizzy.rs Git - minetest.git/log
minetest.git
2 years agoFix segfault caused by shadow map on exit
SmallJoker [Thu, 12 Aug 2021 18:03:25 +0000 (20:03 +0200)]
Fix segfault caused by shadow map on exit

2 years agoAdd disable_settings to game.conf to get rid of "Enable Damage"/"Creative Mode"/...
Hugues Ross [Thu, 12 Aug 2021 18:08:12 +0000 (14:08 -0400)]
Add disable_settings to game.conf to get rid of "Enable Damage"/"Creative Mode"/"Host Server" checkboxes (#11524)

This adds support for disable_settings to game.conf. In this you can specify a list of settings that should not be visible in the "local game" (or however it is called nowadays) tab. Enable Damage, Creative Mode and Host Server are supported.

Co-authored-by: Wuzzy <Wuzzy2@mail.ru>
Co-authored-by: Aaron Suen <warr1024@gmail.com>
Co-authored-by: rubenwardy <rw@rubenwardy.com>
2 years agoMove updating shadows outside of RenderingCore::drawAll. (#11491)
x2048 [Thu, 12 Aug 2021 18:07:09 +0000 (20:07 +0200)]
Move updating shadows outside of RenderingCore::drawAll. (#11491)

Fixes indirect rendering modes such as some 3D modes mentioned in #11437 and undersampled rendering.
Does not fully fix anaglyph 3d mode.

2 years agoFix a segfault caused by wrong textdomain lines in translation files (#11530)
DS [Thu, 12 Aug 2021 18:06:18 +0000 (20:06 +0200)]
Fix a segfault caused by wrong textdomain lines in translation files (#11530)

* The problem were lines like these:
  "# textdomain:"
* str_split does not add an empty last part if there is a delimiter
  at the end, but this was probably assumed here.

2 years agoRemove statement semicolons from a lua script
hecks [Mon, 9 Aug 2021 19:03:18 +0000 (21:03 +0200)]
Remove statement semicolons from a lua script

2 years agoFix GUIEditBoxWithScrollBar using a smaller steps than intlGUIEditBox (#11519)
DS [Sun, 8 Aug 2021 16:59:45 +0000 (18:59 +0200)]
Fix GUIEditBoxWithScrollBar using a smaller steps than intlGUIEditBox (#11519)

2 years agoGettext support on Android (#11435)
Pevernow [Sun, 8 Aug 2021 16:59:07 +0000 (00:59 +0800)]
Gettext support on Android (#11435)

Co-authored-by: sfan5 <sfan5@live.de>
Co-authored-by: =?UTF-8?q?Olivier=20Samyn=20=F0=9F=8E=BB?= <code@oleastre.be>
2 years agoOpenAL: Free buffers on quit
SmallJoker [Tue, 3 Aug 2021 18:26:00 +0000 (20:26 +0200)]
OpenAL: Free buffers on quit

2 years agoContentDB: Add support for package aliases / renaming (#11484)
rubenwardy [Mon, 2 Aug 2021 19:05:10 +0000 (20:05 +0100)]
ContentDB: Add support for package aliases / renaming (#11484)

2 years agoMods: Combine mod loading checks and deprection logging (#11503)
SmallJoker [Sat, 31 Jul 2021 17:54:52 +0000 (19:54 +0200)]
Mods: Combine mod loading checks and deprection logging (#11503)

This limits the logged deprecation messages to the mods that are loaded
Unifies the mod naming convention check for CSM & SSM

2 years agoFix /emergeblocks crashing in debug builds (#11461)
Wuzzy [Sat, 31 Jul 2021 17:54:40 +0000 (17:54 +0000)]
Fix /emergeblocks crashing in debug builds (#11461)

The reason for the bug was an u16 overflow, thus failing the assert. This only happened in Debug build but not in Release builds.

2 years agoUpdate IrrlichtMt-related stuff in README
sfan5 [Sat, 31 Jul 2021 11:23:13 +0000 (13:23 +0200)]
Update IrrlichtMt-related stuff in README

2 years agoRemove unsupported formats from the media enumerator
hecks [Thu, 29 Jul 2021 20:36:25 +0000 (22:36 +0200)]
Remove unsupported formats from the media enumerator

2 years agoRemove unsupported extensions from list in tile.cpp
hecktest [Thu, 29 Jul 2021 19:47:08 +0000 (21:47 +0200)]
Remove unsupported extensions from list in tile.cpp

2 years agoAdd a simple PNG image encoder with Lua API (#11485)
hecks [Thu, 29 Jul 2021 03:10:10 +0000 (05:10 +0200)]
Add a simple PNG image encoder with Lua API (#11485)

* Add a simple PNG image encoder with Lua API
Add ColorSpec to RGBA converter
Make a safety wrapper for the encoder
Create devtest examples

Co-authored-by: hecktest <>
Co-authored-by: sfan5 <sfan5@live.de>
2 years agobuildbot: Readd missing IrrlichtMt DLLs
sfan5 [Tue, 27 Jul 2021 18:37:51 +0000 (20:37 +0200)]
buildbot: Readd missing IrrlichtMt DLLs

2 years agoAdd bold, italic and monospace font styling for HUD text elements (#11478)
sfan5 [Tue, 27 Jul 2021 17:11:46 +0000 (19:11 +0200)]
Add bold, italic and monospace font styling for HUD text elements (#11478)

Co-authored-by: Elias Fleckenstein <eliasfleckenstein@web.de>
2 years agoTake advantage of IrrlichtMt CMake target (#11287)
JosiahWI [Tue, 27 Jul 2021 17:11:27 +0000 (12:11 -0500)]
Take advantage of IrrlichtMt CMake target (#11287)

With the CMake changes to IrrlichtMt, it's now possible to use a target for IrrlichtMt.
Besides greatly improving the ease of setting up IrrlichtMt for users building the client, it removes the need for Minetest's CMake to include transitive dependencies such as image libraries, cleaning it up a tiny bit. The PR works by finding the IrrlichtMt package and linking to the target it provides. If the package isn't found and it isn't building the client, it will still fall back to using just the headers of old Irrlicht or IrrlichtMt.

2 years agoImprove documentation of tools (#11128)
Wuzzy [Tue, 27 Jul 2021 17:09:14 +0000 (17:09 +0000)]
Improve documentation of tools (#11128)

2 years agoContentDB: Add reason to downloads (#10876)
rubenwardy [Tue, 27 Jul 2021 17:08:49 +0000 (18:08 +0100)]
ContentDB: Add reason to downloads (#10876)

2 years agoDistribute shadow map update over multiple frames to reduce stutter (#11422)
x2048 [Sun, 25 Jul 2021 10:36:23 +0000 (12:36 +0200)]
Distribute shadow map update over multiple frames to reduce stutter (#11422)

Reduces stutter and freezes when playing.

 * Maintains double SM and SM Color textures
 * Light frustum update triggers incremental generation of shadow map into secondary 'future' textures.
 * Every incremental update renders a portion of the shadow draw list (split equally).
 * After defined number of frames (currently, 4), 'future' and 'current' textures are swapped, and DirectionalLight 'commits' the new frustum to use when rendering shadows on screen.

Co-authored-by: sfan5 <sfan5@live.de>
2 years agoAdd smooth light-shadow transition at noon (#11430)
x2048 [Sun, 25 Jul 2021 10:35:12 +0000 (12:35 +0200)]
Add smooth light-shadow transition at noon (#11430)

Node faces with normals pointing East/West (+X/-X) will transition between light
and shadow at noon. This code makes the transition smooth.

2 years agoDocument glasslikeliquidlevel merge bits (#11479)
random-geek [Sun, 25 Jul 2021 10:34:53 +0000 (03:34 -0700)]
Document glasslikeliquidlevel merge bits (#11479)

2 years agoRemove unused ITextSceneNode header (#11476)
hecks [Wed, 21 Jul 2021 22:55:20 +0000 (00:55 +0200)]
Remove unused ITextSceneNode header (#11476)

Co-authored-by: hecktest <>
2 years agoRemove unused header includes
hecks [Wed, 21 Jul 2021 20:07:13 +0000 (22:07 +0200)]
Remove unused header includes

2 years agoFix no locales being generated when APPLY_LOCALE_BLACKLIST=0
sfan5 [Tue, 20 Jul 2021 15:53:28 +0000 (17:53 +0200)]
Fix no locales being generated when APPLY_LOCALE_BLACKLIST=0

Also enable `ky` which appears to work fine.

2 years agoCSM: Do not index files within hidden directories
SmallJoker [Sat, 17 Jul 2021 14:44:06 +0000 (16:44 +0200)]
CSM: Do not index files within hidden directories

CSM would previously scan for files within .git or .svn directories, and also special files such as .gitignore

2 years agoAdd wallmounted support for plantlike and plantlike_rooted nodes (#11379)
Wuzzy [Thu, 15 Jul 2021 19:19:59 +0000 (19:19 +0000)]
Add wallmounted support for plantlike and plantlike_rooted nodes (#11379)

2 years agoFix documented default colors for set_sky
Hugues Ross [Wed, 14 Jul 2021 15:14:45 +0000 (11:14 -0400)]
Fix documented default colors for set_sky

2 years agoRemove hardcoded "You died." message in chat (#11443)
Wuzzy [Mon, 12 Jul 2021 18:32:27 +0000 (18:32 +0000)]
Remove hardcoded "You died." message in chat (#11443)

2 years agoFix revoke debug privs not reliably turn off stuff (#11409)
Wuzzy [Mon, 12 Jul 2021 18:32:18 +0000 (18:32 +0000)]
Fix revoke debug privs not reliably turn off stuff (#11409)

2 years agoFix build on Ubuntu 16.04 and macOS
sfan5 [Mon, 12 Jul 2021 09:53:05 +0000 (11:53 +0200)]
Fix build on Ubuntu 16.04 and macOS

Apparently the C++ standard library is supposed to provide
specializations of std::hash for enums (even in C++11)
but those don't always work for whatever reason.

2 years agoAvoid draw list and shadow map update in the same frame to reduce dtime jitter (...
x2048 [Sun, 11 Jul 2021 17:57:29 +0000 (19:57 +0200)]
Avoid draw list and shadow map update in the same frame to reduce dtime jitter (#11393)

* Separate draw list and shadows update to reduce jitter

* Avoid draw list update and shadow update in the same frame

* Force-update shadows when camera offset changes

2 years agoImprove shadow rendering with non-default camera FOV (#11385)
x2048 [Sun, 11 Jul 2021 15:15:19 +0000 (17:15 +0200)]
Improve shadow rendering with non-default camera FOV (#11385)

* Adjust minimum filter radius for perspective

* Expand shadow frustum when camera FOV changes, reuse FOV distance adjustment from numeric.cpp

* Read shadow_soft_radius setting as float

* Use adaptive filter radius to accomodate for PSM distortion

* Adjust filter radius for texture resolution

2 years agoRefactor video driver name retrieval (#11413)
hecks [Sun, 11 Jul 2021 07:50:34 +0000 (09:50 +0200)]
Refactor video driver name retrieval (#11413)

Co-authored-by: hecktest <>
2 years agoFix typo in lua_api.txt
hecktest [Sat, 10 Jul 2021 13:58:25 +0000 (15:58 +0200)]
Fix typo in lua_api.txt

2 years agoScript API: Fix segfault in remove_detached_inventory
SmallJoker [Sat, 10 Jul 2021 12:18:35 +0000 (14:18 +0200)]
Script API: Fix segfault in remove_detached_inventory

when minetest.remove_detached_inventory is called on script init, the environment is yet not set up,
hence m_env is still nullptr until all scripts are loaded

2 years agoUse `persistence` instead of `persist` in NoiseParams examples
Lean Rada [Sat, 10 Jul 2021 12:19:33 +0000 (20:19 +0800)]
Use `persistence` instead of `persist` in NoiseParams examples

2 years agoAdd API for mods to hook liquid transformation events (#11405)
Warr1024 [Fri, 9 Jul 2021 13:08:40 +0000 (09:08 -0400)]
Add API for mods to hook liquid transformation events (#11405)

Add API for mods to hook liquid transformation events

Without this API, there is no reliable way for mods to be
notified when liquid transform modifies nodes and mods are
forced to poll for changes.  This allows mods to detect
changes to flowing liquid nodes and liquid renewal using
event-driven logic.

2 years agoAdd .editorconfig (#11412)
hecks [Sat, 3 Jul 2021 21:05:15 +0000 (23:05 +0200)]
Add .editorconfig (#11412)

* Add an .editorconfig to the repo root folder, providing code style hints for some text editors and making the code render properly in github.

Co-authored-by: hecktest <>
2 years agoAuth API: Error when accessed prior to ServerEnv init (#11398)
SmallJoker [Wed, 30 Jun 2021 18:42:26 +0000 (20:42 +0200)]
Auth API: Error when accessed prior to ServerEnv init (#11398)

2 years agoRemove unsupported video drivers (#11395)
hecks [Wed, 30 Jun 2021 18:42:15 +0000 (20:42 +0200)]
Remove unsupported video drivers (#11395)

This completely removes any mention of the software and D3D drivers from MT, preventing the user from accidentally attempting to use them. Users who need a software renderer should be asked to install Mesa drivers which offer superior fidelity and performance over the 'burningsvideo' driver.

2 years agoRun on_grant and on_revoke callbacks after privs change (#11387)
AFCMS [Wed, 30 Jun 2021 18:40:45 +0000 (20:40 +0200)]
Run on_grant and on_revoke callbacks after privs change (#11387)

Callbacks were run too early. This changes the order to call after the privs are updated.

2 years agoInventory: Make addList() consistent (#11382)
SmallJoker [Wed, 30 Jun 2021 18:39:38 +0000 (20:39 +0200)]
Inventory: Make addList() consistent (#11382)

Fixes list clearing for inv:set_list() using same size, since 2db6b07.
addList() now clears the list in all cases. Use setSize() to resize without clearing.

2 years agoFix spurious shadow enablement in mainmenu
sfan5 [Wed, 30 Jun 2021 15:10:28 +0000 (17:10 +0200)]
Fix spurious shadow enablement in mainmenu

fixes #11394

3 years agoUse user provided lib/irrlichtmt if available (#11276)
NeroBurner [Tue, 29 Jun 2021 07:57:19 +0000 (09:57 +0200)]
Use user provided lib/irrlichtmt if available (#11276)

Use user provided lib/irrlichtmt if available

Make it possible for a user to provide the IrrlichtMt dependency as
subdirectory at `lib/irrlichtmt`.
The subdirectory is added with the `EXCLUDE_FROM_ALL` flag to prevent
`libirrlichtmt.a` or other header files to be installed.

This enables the user to do the following to satisfy the IrrlichtMt
dependency:

git clone --depth 1 https://github.com/minetest/irrlicht.git lib/irrlichtmt
cmake . -DRUN_IN_PLACE=TRUE

3 years agoRequire 'basic_debug' priv to view gameplay-relevant debug info, require 'debug'...
Wuzzy [Thu, 24 Jun 2021 18:21:19 +0000 (18:21 +0000)]
Require 'basic_debug' priv to view gameplay-relevant debug info, require 'debug' priv to view wireframe (#9315)

Fixes #7245.

3 years agoPerform some quality assurance for translation strings (#11375)
Wuzzy [Wed, 23 Jun 2021 16:35:50 +0000 (16:35 +0000)]
Perform some quality assurance for translation strings (#11375)

3 years agoRework Settings to support arbitrary hierarchies (#11352)
sfan5 [Wed, 23 Jun 2021 13:22:31 +0000 (15:22 +0200)]
Rework Settings to support arbitrary hierarchies (#11352)

3 years agoBuildbot: Use posix on Win64 builds if available (#11355)
Juozas [Tue, 22 Jun 2021 17:59:09 +0000 (20:59 +0300)]
Buildbot: Use posix on Win64 builds if available (#11355)

Use posix mingw-w64 toolchain on Win64 builds where applicable, avoids
many build errors when using buildwin64.sh to build 64 bit builds on
Ubuntu based Linux distributions

3 years agoServer: Ignore whitespace-only chat messages
SmallJoker [Mon, 21 Jun 2021 17:04:25 +0000 (19:04 +0200)]
Server: Ignore whitespace-only chat messages

3 years agoDocument hypertext escaping (#11374)
Wuzzy [Tue, 22 Jun 2021 12:42:40 +0000 (12:42 +0000)]
Document hypertext escaping (#11374)

3 years agoMove build/android directory to root of project (#11283)
NeroBurner [Mon, 21 Jun 2021 19:51:42 +0000 (21:51 +0200)]
Move build/android directory to root of project (#11283)

3 years agoUpdate builtin locale (#11371)
Wuzzy [Mon, 21 Jun 2021 17:55:55 +0000 (17:55 +0000)]
Update builtin locale (#11371)

3 years agoStrip carriage returns from lines in settingtypes.txt (#11338)
William L. DeRieux IV [Mon, 21 Jun 2021 17:55:48 +0000 (13:55 -0400)]
Strip carriage returns from lines in settingtypes.txt (#11338)

Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
3 years agoUpdate Dockerfile and improve build speed (#11313)
Bensuperpc [Mon, 21 Jun 2021 17:55:38 +0000 (19:55 +0200)]
Update Dockerfile and improve build speed (#11313)

Use ninja to build image, rename docker build steps: builder and runtime, add argument for docker image version

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
3 years agoFix some typos in builtin (#11370)
Wuzzy [Mon, 21 Jun 2021 16:30:29 +0000 (16:30 +0000)]
Fix some typos in builtin (#11370)

3 years agoInventory: show error on invalid list names (#11368)
SmallJoker [Sun, 20 Jun 2021 15:21:50 +0000 (17:21 +0200)]
Inventory: show error on invalid list names (#11368)

3 years agoAdd min_y and max_y checks for Active Block Modifiers (ABM) (#11333)
sfence [Sun, 20 Jun 2021 15:21:35 +0000 (17:21 +0200)]
Add min_y and max_y checks for Active Block Modifiers (ABM) (#11333)

This check can be used by ABM to reduce CPU usage.

3 years agoMake chat web links clickable (#11092)
pecksin [Sun, 20 Jun 2021 15:20:24 +0000 (11:20 -0400)]
Make chat web links clickable (#11092)

If enabled in minetest.conf, provides colored, clickable (middle-mouse or ctrl-left-mouse) weblinks in chat output, to open the OS' default web browser.

3 years agoAdd roadmap (#10536)
rubenwardy [Thu, 17 Jun 2021 03:15:30 +0000 (04:15 +0100)]
Add roadmap (#10536)

3 years agoUpdate translation files
updatepo.sh [Wed, 16 Jun 2021 16:28:05 +0000 (18:28 +0200)]
Update translation files

3 years agoUpdate minetest.conf.example and dummy translation file
updatepo.sh [Wed, 16 Jun 2021 16:27:45 +0000 (18:27 +0200)]
Update minetest.conf.example and dummy translation file

3 years agoTranslated using Weblate (Chinese (Simplified))
Riceball LEE [Wed, 9 Jun 2021 12:20:18 +0000 (12:20 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 95.1% (1290 of 1356 strings)

3 years agoTranslated using Weblate (Spanish)
David Leal [Tue, 1 Jun 2021 18:29:57 +0000 (18:29 +0000)]
Translated using Weblate (Spanish)

Currently translated at 81.5% (1106 of 1356 strings)

3 years agoTranslated using Weblate (Esperanto)
Tirifto [Sun, 30 May 2021 22:59:15 +0000 (22:59 +0000)]
Translated using Weblate (Esperanto)

Currently translated at 100.0% (1356 of 1356 strings)

3 years agoTranslated using Weblate (Chinese (Traditional))
Yiu Man Ho [Wed, 19 May 2021 13:50:40 +0000 (13:50 +0000)]
Translated using Weblate (Chinese (Traditional))

Currently translated at 75.6% (1026 of 1356 strings)

3 years agoTranslated using Weblate (Norwegian Bokmål)
Allan Nordhøy [Sun, 9 May 2021 07:54:47 +0000 (07:54 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 58.1% (789 of 1356 strings)

3 years agoTranslated using Weblate (Esperanto)
telmo bruno silva seabra [Wed, 5 May 2021 18:09:06 +0000 (18:09 +0000)]
Translated using Weblate (Esperanto)

Currently translated at 100.0% (1356 of 1356 strings)

3 years agoTranslated using Weblate (Marathi)
Avyukt More [Sun, 2 May 2021 07:28:20 +0000 (07:28 +0000)]
Translated using Weblate (Marathi)

Currently translated at 8.6% (117 of 1356 strings)

3 years agoAdded translation using Weblate (Marathi)
Avyukt More [Sun, 2 May 2021 05:55:57 +0000 (07:55 +0200)]
Added translation using Weblate (Marathi)

3 years agoTranslated using Weblate (Russian)
Andrei Stepanov [Sat, 1 May 2021 10:31:56 +0000 (10:31 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (1356 of 1356 strings)

3 years agoTranslated using Weblate (Ukrainian)
Andrij Mizyk [Thu, 29 Apr 2021 20:10:46 +0000 (20:10 +0000)]
Translated using Weblate (Ukrainian)

Currently translated at 44.6% (606 of 1356 strings)

3 years agoTranslated using Weblate (Romanian)
Nicolae Crefelean [Tue, 27 Apr 2021 00:56:54 +0000 (00:56 +0000)]
Translated using Weblate (Romanian)

Currently translated at 48.7% (661 of 1356 strings)

3 years agoTranslated using Weblate (Greek)
THANOS SIOURDAKIS [Sun, 18 Apr 2021 12:16:13 +0000 (12:16 +0000)]
Translated using Weblate (Greek)

Currently translated at 12.0% (164 of 1356 strings)

3 years agoAdded translation using Weblate (Filipino)
Gian M [Sat, 17 Apr 2021 23:40:54 +0000 (01:40 +0200)]
Added translation using Weblate (Filipino)

3 years agoTranslated using Weblate (Hebrew)
Omer I.S [Fri, 16 Apr 2021 07:12:02 +0000 (07:12 +0000)]
Translated using Weblate (Hebrew)

Currently translated at 44.3% (601 of 1356 strings)

3 years agoTranslated using Weblate (Esperanto)
phlostically [Fri, 16 Apr 2021 00:57:13 +0000 (00:57 +0000)]
Translated using Weblate (Esperanto)

Currently translated at 98.7% (1339 of 1356 strings)

3 years agoTranslated using Weblate (Chinese (Simplified))
ferrumcccp [Tue, 13 Apr 2021 22:59:23 +0000 (22:59 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 94.8% (1286 of 1356 strings)

3 years agoTranslated using Weblate (Spanish)
ludemys [Wed, 14 Apr 2021 03:39:13 +0000 (03:39 +0000)]
Translated using Weblate (Spanish)

Currently translated at 81.4% (1104 of 1356 strings)

3 years agoTranslated using Weblate (Spanish)
David Leal [Wed, 14 Apr 2021 03:40:56 +0000 (03:40 +0000)]
Translated using Weblate (Spanish)

Currently translated at 81.4% (1104 of 1356 strings)

3 years agoTranslated using Weblate (Spanish)
ludemys [Wed, 14 Apr 2021 03:37:20 +0000 (03:37 +0000)]
Translated using Weblate (Spanish)

Currently translated at 81.0% (1099 of 1356 strings)

3 years agoTranslated using Weblate (Lithuanian)
Kornelijus Tvarijanavičius [Fri, 9 Apr 2021 15:51:12 +0000 (15:51 +0000)]
Translated using Weblate (Lithuanian)

Currently translated at 16.5% (224 of 1356 strings)

3 years agoTranslated using Weblate (French)
waxtatect [Sat, 10 Apr 2021 11:40:48 +0000 (11:40 +0000)]
Translated using Weblate (French)

Currently translated at 100.0% (1356 of 1356 strings)

3 years agoTranslated using Weblate (French)
Brian Gaucher [Sat, 10 Apr 2021 12:00:16 +0000 (12:00 +0000)]
Translated using Weblate (French)

Currently translated at 100.0% (1356 of 1356 strings)

3 years agoTranslated using Weblate (Finnish)
Markus Mikkonen [Sat, 10 Apr 2021 04:20:50 +0000 (04:20 +0000)]
Translated using Weblate (Finnish)

Currently translated at 3.2% (44 of 1356 strings)

3 years agoTranslated using Weblate (Finnish)
Tviljan [Sat, 10 Apr 2021 04:25:12 +0000 (04:25 +0000)]
Translated using Weblate (Finnish)

Currently translated at 3.2% (44 of 1356 strings)

3 years agoTranslated using Weblate (Russian)
Edward [Mon, 5 Apr 2021 14:44:06 +0000 (14:44 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (1356 of 1356 strings)

3 years agoTranslated using Weblate (Portuguese)
ssantos [Tue, 6 Apr 2021 20:55:07 +0000 (20:55 +0000)]
Translated using Weblate (Portuguese)

Currently translated at 93.2% (1264 of 1356 strings)

3 years agoTranslated using Weblate (French)
waxtatect [Wed, 7 Apr 2021 18:17:11 +0000 (18:17 +0000)]
Translated using Weblate (French)

Currently translated at 100.0% (1356 of 1356 strings)

3 years agoTranslated using Weblate (Spanish)
David Leal [Mon, 5 Apr 2021 03:38:33 +0000 (03:38 +0000)]
Translated using Weblate (Spanish)

Currently translated at 79.7% (1081 of 1356 strings)

3 years agoTranslated using Weblate (Tatar)
Timur Seber [Wed, 7 Apr 2021 17:41:14 +0000 (17:41 +0000)]
Translated using Weblate (Tatar)

Currently translated at 0.4% (6 of 1356 strings)

3 years agoTranslated using Weblate (French)
François Delpierre [Mon, 5 Apr 2021 22:00:19 +0000 (22:00 +0000)]
Translated using Weblate (French)

Currently translated at 100.0% (1356 of 1356 strings)

3 years agoTranslated using Weblate (French)
waxtatect [Wed, 7 Apr 2021 17:30:06 +0000 (17:30 +0000)]
Translated using Weblate (French)

Currently translated at 100.0% (1356 of 1356 strings)

3 years agoAdded translation using Weblate (Tatar)
Timur Seber [Wed, 7 Apr 2021 17:27:34 +0000 (19:27 +0200)]
Added translation using Weblate (Tatar)

3 years agoTranslated using Weblate (Japanese)
BreadW [Tue, 6 Apr 2021 12:11:16 +0000 (12:11 +0000)]
Translated using Weblate (Japanese)

Currently translated at 99.8% (1354 of 1356 strings)

3 years agoTranslated using Weblate (Japanese)
GnuPGを使うべきだ [Tue, 6 Apr 2021 12:11:01 +0000 (12:11 +0000)]
Translated using Weblate (Japanese)

Currently translated at 99.7% (1353 of 1356 strings)

3 years agoTranslated using Weblate (French)
ItsWidee [Sun, 4 Apr 2021 21:42:39 +0000 (21:42 +0000)]
Translated using Weblate (French)

Currently translated at 98.0% (1330 of 1356 strings)

3 years agoTranslated using Weblate (French)
François Delpierre [Sun, 4 Apr 2021 21:42:07 +0000 (21:42 +0000)]
Translated using Weblate (French)

Currently translated at 96.6% (1311 of 1356 strings)

3 years agoTranslated using Weblate (Latvian)
Dainis [Thu, 1 Apr 2021 10:11:36 +0000 (10:11 +0000)]
Translated using Weblate (Latvian)

Currently translated at 28.6% (388 of 1356 strings)