Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

⬆️ Bump actions/checkout from 2.4.0 to 3 #2863

Merged
merged 1 commit into from
Mar 7, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2022

Bumps actions/checkout from 2.4.0 to 3.

Release notes

Sourced from actions/checkout's releases.

v3.0.0

  • Update default runtime to node16
Changelog

Sourced from actions/checkout's changelog.

Changelog

v2.3.1

v2.3.0

v2.2.0

v2.1.1

  • Changes to support GHES (here and here)

v2.1.0

v2.0.0

v2 (beta)

  • Improved fetch performance
    • The default behavior now fetches only the SHA being checked-out
  • Script authenticated git commands
    • Persists with.token in the local git config
    • Enables your scripts to run authenticated git commands
    • Post-job cleanup removes the token
    • Coming soon: Opt out by setting with.persist-credentials to false
  • Creates a local branch
    • No longer detached HEAD when checking out a branch
    • A local branch is created with the corresponding upstream branch set
  • Improved layout

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.4.0...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 7, 2022
@AnotherFoxGuy
Copy link
Member

@dependabot squash and merge

@dependabot dependabot bot merged commit 331a668 into master Mar 7, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/actions/checkout-3 branch March 7, 2022 16:58
Zentro added a commit to Zentro/rigs-of-rods that referenced this pull request Apr 22, 2022
commit 086ef25
Author: Joaquin Gomez <joa97@hotmail.com.ar>
Date:   Mon Apr 18 15:12:21 2022 +0000

    :globe_with_meridians: Translated using Weblate (Spanish)

    Currently translated at 99.9% (1046 of 1047 strings)

    Translation: Rigs of Rods/Game
    Translate-URL: https://hosted.weblate.org/projects/rigs-of-rods/game/es/

commit 7d588ae
Author: JonnathanRiquelmo <jonnathan.riquelmo@gmail.com>
Date:   Fri Mar 18 03:03:43 2022 +0000

    :globe_with_meridians: Translated using Weblate (Portuguese)

    Currently translated at 92.6% (970 of 1047 strings)

    Translation: Rigs of Rods/Game
    Translate-URL: https://hosted.weblate.org/projects/rigs-of-rods/game/pt/

commit 76828b8
Author: Hosted Weblate <hosted@weblate.org>
Date:   Sun Mar 13 11:10:01 2022 +0100

    :globe_with_meridians: Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

    Translation: Rigs of Rods/Game
    Translate-URL: https://hosted.weblate.org/projects/rigs-of-rods/game/

commit 35b631a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Apr 11 16:19:59 2022 +0000

    Bump actions/upload-artifact from 2 to 3 (RigsOfRods#2896)

commit c980fcd
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Fri Apr 8 23:40:59 2022 +0200

    Doxygen: documented class raceBuilder

commit 709c888
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Fri Apr 8 23:23:28 2022 +0200

    Doxygen: script classes now show directly on module page.

commit 61087bb
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Fri Apr 8 23:22:16 2022 +0200

    Doxygen: fixed typo on main page

commit 5e1ff04
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Fri Apr 8 22:53:09 2022 +0200

    Doxygen: fixed wrong script class names.

    Also renamed file 'global_functions.h' to just 'globals.h' since it's mostly enums anyway.

commit cf91e91
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Fri Apr 8 14:13:27 2022 +0200

    :bug: Removed broken script class BeamFactoryClass

    it could be instantiated, but it would have no effect.

commit 75222d4
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Fri Apr 8 02:03:32 2022 +0200

    Doxygen: fixed a lot of warnings

    Redundant docs simply deleted.
    GUi_GameControls: deleted unused variable `m_text_all_active` - leftover from removed .map file combobox.

commit 84d33c0
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Thu Apr 7 20:36:09 2022 +0200

    Doxygen: fixed 'no matching item found' warnings.

commit b882612
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Thu Apr 7 19:20:15 2022 +0200

    :wastebasket: Del. unused `trimUTFString()`

commit e9648b5
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Thu Apr 7 15:15:36 2022 +0200

    Doxygen: Organized directory 'utils/', added module Input.

commit 580b6b5
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Thu Apr 7 14:25:14 2022 +0200

    Doxygen: added module Gfx/Particle, fixed warnings, added `override` keyword.

    There were many broken @copydoc/@Copyref directives - removed in favor of simple member group explaining where the API is from.

commit 0ad35b7
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Thu Apr 7 13:55:49 2022 +0200

    Doxygen: added module Camera

commit 93fbf0e
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Thu Apr 7 13:49:18 2022 +0200

    Doxygen: added missing @defgroup-s, improved formatting.

commit 5ab574c
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Thu Apr 7 13:21:13 2022 +0200

    Doxygen: added script APIref link to mainpage.

commit 5d8a643
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Sat Mar 12 19:34:15 2022 +0100

    :books: Doxygen: Added module 'network'.

commit 4bde1cb
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Sat Mar 12 19:11:41 2022 +0100

    :books: Doxygen: added module 'Scripting'.

commit cdfe0ae
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Sat Mar 12 18:16:47 2022 +0100

    :books: Doxygen: fixed most warnings.

commit 3ca07c4
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Sat Feb 26 23:23:39 2022 +0100

    :angel: Added doc for callbacks and races.

    The angelscript documentation is now divided into 3 pseudo-modules:

     	Game-to-script
     	^AngelScript^ Documents script functions (callbacks) invoked by the game.

     	Script-to-game
     	^AngelScript^ Documents game functions which scripts can invoke to control it.

     	Script-to-script
     	^AngelScript^ Documents built-in scripts.

commit 60892f4
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Sat Feb 26 17:27:40 2022 +0100

    :broom: Doxygen: Consolidated @defgroup commands to 'Modules.h'.

    Also fixed many 'missing title' warnings.
    Also fixed INPUT tag.

commit af842d6
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Thu Feb 24 01:16:54 2022 +0100

    :books: Doxygen: + modules Gfx, Hydrax, Flex

commit cc4d69f
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Thu Feb 24 00:51:08 2022 +0100

    :wastebasket: Rem. unused source files DecalManager.h/cpp

commit d8a3b5b
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Thu Feb 24 00:45:31 2022 +0100

    :books: Doxygen: added module Terrain

commit b59597c
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Thu Feb 24 00:35:46 2022 +0100

    :books: Doxygen: code overview is now on mainpage.

commit 87024e1
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Wed Feb 23 23:21:46 2022 +0100

    :books: Doxygen: added module Audio

commit b1a9e16
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Wed Feb 23 21:32:52 2022 +0100

    :books: Doxygen: +Gameplay {Land vehicles, Aerial, Marine, Character}

commit 6752a76
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Wed Feb 23 21:09:03 2022 +0100

    :bug: Fixed namespace leak in TurboProp.h

commit fd3b771
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Wed Feb 23 20:50:07 2022 +0100

    :books: Doxygen: added 'Physics' & 'Collisions' modules.

commit 904658b
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Wed Feb 23 20:42:04 2022 +0100

    :wastebasket: Rem. unused source files CollisionTools.h/cpp

commit 0da1c91
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Wed Feb 23 19:41:59 2022 +0100

    :books: Doxygen: added modules 'Game state' & 'Message queue'

commit 87587b0
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Wed Feb 23 18:12:37 2022 +0100

    :books: Doxygen: added 'Application' module.

commit 9447f5c
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Wed Feb 23 17:19:14 2022 +0100

    :wastebasket: Doxygen: removed stray OGRE module.

commit 79079af
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Wed Feb 23 17:00:51 2022 +0100

    :books: Doxygen: added Console & Console commands modules.

commit 6a46115
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Wed Feb 23 16:21:05 2022 +0100

    :angel: Merged angelscript doc into codebase Doxygen.

    Introduced faux namespace ScriptAPI and faux module 'Script-side API'

commit f15df88
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Tue Feb 22 14:39:48 2022 +0100

    :art: Doxygen: changed theme to blue, applied doxygen-awesome.css

commit 3651c9e
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Mon Feb 21 16:12:28 2022 +0100

    :wastebasket: Removed dead MyGUI helper sources.

commit f4abf80
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Mon Feb 21 16:05:07 2022 +0100

    :books: Doxygen: excluded DearIMGUI source files.

commit acc3dea
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Mon Feb 21 13:53:14 2022 +0100

    :wastebasket: Rem. dead source file FileSystemInfo.h

    Leftover from RigEditor era, circa 2014-15

commit 9079447
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Tue Jan 26 13:44:04 2021 +0100

    :books: Doxygen/overview: network, GUI, sim, gfx

commit d48554e
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Mon Jan 25 01:25:44 2021 +0100

    :books: Doxygen: cover also angelscript, audio and network

commit ebecec7
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Mon Jan 25 01:02:22 2021 +0100

    :books: Doxy overview: added console cmd, terrn, odef, tobj, script

commit d2069aa
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Sun Jan 24 20:51:33 2021 +0100

    :books: Doxygen overview: added modcache

commit 38949c2
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Sat Jan 23 22:55:34 2021 +0100

    :books: Doxygen overview: added audio, fs, message queue, cvars

commit 70b695e
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Sat Jan 23 18:53:27 2021 +0100

    :books: Doxygen: added codebase overview page

commit 185d106
Author: tritonas00 <tritonas00@gmail.com>
Date:   Sat Apr 9 00:44:05 2022 +0300

    mp selector: replaced refreshing message with spinner

commit b503880
Author: tritonas00 <tritonas00@gmail.com>
Date:   Sat Apr 9 00:09:52 2022 +0300

    replaced old spinner with repo panel one

commit 4a312d8
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Fri Apr 8 22:37:43 2022 +0200

    codechange: MP client list UI - added icon cache

commit 7c4176e
Author: tritonas00 <tritonas00@gmail.com>
Date:   Fri Apr 8 19:59:02 2022 +0300

    bonus: corrected extra semicolon typo

commit 1aff80a
Author: tritonas00 <tritonas00@gmail.com>
Date:   Thu Apr 7 00:55:33 2022 +0300

    added icon in network quality warning

commit e449239
Author: tritonas00 <tritonas00@gmail.com>
Date:   Fri Apr 8 19:23:59 2022 +0300

    Update BUILDING.md

commit 1488c57
Author: Edgar <Edgar@AnotherFoxGuy.com>
Date:   Thu Mar 31 13:53:46 2022 +0200

    :wrench: Made content folder building optional

commit 05ed057
Author: Edgar <Edgar@AnotherFoxGuy.com>
Date:   Sun Mar 27 11:06:00 2022 +0200

    :arrow_up: Updated angelscript to 2.35.1

commit 260ede7
Author: tritonas00 <tritonas00@gmail.com>
Date:   Thu Apr 7 17:03:45 2022 +0300

    use ois 1.4

commit a7477d4
Author: tritonas00 <tritonas00@gmail.com>
Date:   Thu Apr 7 15:52:55 2022 +0300

    Update BUILDING.md

commit 658c3e0
Author: tritonas00 <tritonas00@gmail.com>
Date:   Wed Apr 6 22:00:58 2022 +0300

    network quality fixes

commit eed02ff
Author: Edgar <Edgar@AnotherFoxGuy.com>
Date:   Sun Apr 3 10:47:17 2022 +0200

    :arrow_up: Update zlib to 1.2.12

commit 4bb7bae
Author: tritonas00 <tritonas00@gmail.com>
Date:   Sat Apr 2 00:00:15 2022 +0300

    fixed pssm glitches

commit fe6e9fe
Author: tritonas00 <tritonas00@gmail.com>
Date:   Mon Mar 28 12:53:17 2022 +0300

    fixed selector switching to All category when searching

commit 7a75f6a
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Wed Mar 30 23:08:38 2022 +0200

    Revert "fixed visual glitches with PSSM"

    This reverts commit 77caa97.

commit 3ff1934
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Wed Mar 30 23:04:21 2022 +0200

    Revert "set depth_bias only on character/vehicles"

    This reverts commit 973dccb.

commit 0b541ea
Author: Edgar <Edgar@AnotherFoxGuy.com>
Date:   Sat Mar 26 11:47:58 2022 +0100

    :bug: Fixed build without PCH

commit 5de39a6
Author: Edgar <Edgar@AnotherFoxGuy.com>
Date:   Tue Mar 22 16:44:50 2022 +0100

    :construction_worker: Remove DirectX SDK install step

commit 973dccb
Author: tritonas00 <tritonas00@gmail.com>
Date:   Mon Mar 21 19:22:47 2022 +0200

    set depth_bias only on character/vehicles

commit 625e582
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 21 18:24:03 2022 +0000

    :arrow_up: Bump actions/cache from 2.1.7 to 3 (RigsOfRods#2878)

commit 1f5ac18
Author: Edgar <Edgar@AnotherFoxGuy.com>
Date:   Sun Mar 20 12:32:48 2022 +0100

    :bug: Fixed CMake option for specifying a custom version

commit 77caa97
Author: tritonas00 <tritonas00@gmail.com>
Date:   Sun Mar 20 00:23:58 2022 +0200

    fixed visual glitches with PSSM

commit f6b80c0
Author: tritonas00 <tritonas00@gmail.com>
Date:   Fri Mar 18 07:52:45 2022 +0200

    check if farther details level is greater than closer

commit 95a32fc
Author: Edgar <Edgar@AnotherFoxGuy.com>
Date:   Thu Mar 17 20:04:41 2022 +0100

    :construction_worker: Updated windows CI image to windows-2019

commit a4aed05
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Thu Mar 17 22:05:16 2022 +0100

    :wrench: Tolerate missing } in .skin file format, with warning.

commit 251c9ea
Author: Edgar <Edgar@AnotherFoxGuy.com>
Date:   Fri Mar 18 11:08:36 2022 +0100

    :arrow_up: Updated socketw to 3.11.0

commit b2fed2e
Author: Edgar <Edgar@AnotherFoxGuy.com>
Date:   Thu Feb 24 13:04:30 2022 +0100

    :arrow_up: Updated angelscript to 2.35.0

commit 9f9fd45
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Thu Mar 17 21:13:49 2022 +0100

    :bug: Modcache: fixed inconsistent resource group info after bundle reload.

    Fixes RigsOfRods#2864
    CacheEntries often share the same resoruce bundle (think multiple .truck or .skin files in one ZIP). In that case, their 'resource_group' member variable should always be in sync. This was done properly in UnLoadResource() but not in LoadResource().

commit 9f033f5
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Thu Mar 17 20:43:00 2022 +0100

    :bug: Modcache: fixed unloading resource bundles.

    Removed stray line accidentally duplicated from ReLoadResource() in 28f2cf0

commit 553faf9
Author: tritonas00 <tritonas00@gmail.com>
Date:   Wed Mar 16 17:34:44 2022 +0200

    don't crash on invalid icon name

commit 7707c80
Author: tritonas00 <tritonas00@gmail.com>
Date:   Sun Mar 6 18:52:27 2022 +0200

    fixed caelum sky rendered black on left mirror

commit 453449c
Author: Edgar <Edgar@AnotherFoxGuy.com>
Date:   Sun Mar 13 10:59:35 2022 +0100

    :globe_with_meridians: Updated RoR.pot

commit ec6b7d7
Author: tritonas00 <tritonas00@gmail.com>
Date:   Sun Mar 13 00:47:19 2022 +0200

    dropped miscalculated download speed+remaining time

commit f4c676d
Author: tritonas00 <tritonas00@gmail.com>
Date:   Sat Mar 12 07:12:44 2022 +0200

    updated api url

commit a92ba66
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Fri Mar 11 21:12:55 2022 +0100

    Repo UI: Do not leak CURL on exception.

commit 888147a
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Fri Mar 11 21:09:10 2022 +0100

    Repo UI: Improved item visibility in 'compact' view.

commit b3831d3
Author: tritonas00 <tritonas00@gmail.com>
Date:   Fri Nov 19 19:48:06 2021 +0200

    added repository selector panel

commit 0357b92
Author: tritonas00 <tritonas00@gmail.com>
Date:   Fri Mar 11 08:45:15 2022 +0200

    fixed crash when deleting actor while holding backspace

commit 331a668
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 7 16:58:50 2022 +0000

    :arrow_up: Bump actions/checkout from 2.4.0 to 3 (RigsOfRods#2863)

commit abc8ab7
Author: tritonas00 <tritonas00@gmail.com>
Date:   Tue Feb 22 04:57:53 2022 +0200

    hide mouse when loading terrain

commit dc7ac1a
Author: tritonas00 <tritonas00@gmail.com>
Date:   Mon Feb 28 23:28:48 2022 +0200

    added uid in player list

commit ad9fb06
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Mon Feb 21 04:56:49 2022 +0100

    :bug: Fixed DearIMGUI NewFrame()/EndFrame() mismatch.

commit 918bdf8
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Wed Dec 15 23:48:14 2021 +0100

    Revert "Fixed DearIMGUI debug assert - missing EndFrame()"

    This reverts commit 627d85b.

commit f26e5a7
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Wed Feb 16 22:27:53 2022 +0100

    :bug: Also unload default terrain script when used.

commit 1db14cd
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Wed Feb 16 22:05:14 2022 +0100

    :broom: ScriptEngine: removed unused return value, for clarity.

commit 2f61799
Author: Petr Ohlidal <petr@ohlidal.cz>
Date:   Wed Feb 16 22:03:24 2022 +0100

    :broom: Collisions: removed unused return value, for clarity.

commit d760a76
Author: 404 <212174808@qq.com>
Date:   Sat Feb 19 14:27:06 2022 +0000

    :globe_with_meridians: Translated using Weblate (Chinese (Simplified))

    Currently translated at 100.0% (970 of 970 strings)

    Translation: Rigs of Rods/Game
    Translate-URL: https://hosted.weblate.org/projects/rigs-of-rods/game/zh_Hans/

commit 9e71219
Author: Maxime Leroy <lisacintosh@gmail.com>
Date:   Tue Feb 1 21:39:46 2022 +0000

    :globe_with_meridians: Translated using Weblate (French)

    Currently translated at 95.8% (930 of 970 strings)

    Translation: Rigs of Rods/Game
    Translate-URL: https://hosted.weblate.org/projects/rigs-of-rods/game/fr/

commit 3b4abda
Author: tritonas00 <tritonas00@gmail.com>
Date:   Sat Feb 12 18:46:14 2022 +0200

    bigger shortcut buttons

commit 53e6884
Author: tritonas00 <tritonas00@gmail.com>
Date:   Sat Feb 12 16:26:27 2022 +0200

    fixed invalid icon

commit 12ca23d
Author: Edgar <Edgar@AnotherFoxGuy.com>
Date:   Tue Feb 1 15:05:40 2022 +0100

    :globe_with_meridians: Translated using Weblate  (French)

commit 60fb93c
Author: Weblate (bot) <hosted@weblate.org>
Date:   Tue Feb 1 14:54:59 2022 +0100

    Translations update from Hosted Weblate (RigsOfRods#2845)

    Co-authored-by: Maxime Leroy <lisacintosh@gmail.com>
    Co-authored-by: MeblIkea <salulespotos@gmail.com>
    Co-authored-by: Xploder98 <xploder9825@yandex.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant