{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":95391644,"defaultBranch":"master","name":"Nitrox","ownerLogin":"SubnauticaNitrox","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-06-25T23:35:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/31598129?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1686606521.267566","currentOid":""},"activityList":{"items":[{"before":"54fd4364819278de4530aaf319094b0d0b3896b8","after":"cfc08f3cc1174e551bddfb2dabaec1f6f34cc1a3","ref":"refs/heads/master","pushedAt":"2024-05-17T20:57:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dartasen","name":"dartasen","path":"/dartasen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10561268?s=80&v=4"},"commit":{"message":"Translated using Weblate (#2141)","shortMessageHtmlLink":"Translated using Weblate (#2141)"}},{"before":"61bf2368cd3dafeef9b9e41a964ca048bc3db234","after":"54fd4364819278de4530aaf319094b0d0b3896b8","ref":"refs/heads/master","pushedAt":"2024-05-12T21:04:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dartasen","name":"dartasen","path":"/dartasen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10561268?s=80&v=4"},"commit":{"message":"Removed direct DI container usage from debugger drawers (#2136)\n\nCo-authored-by: tornac1234 <24827220+tornac1234@users.noreply.github.com>","shortMessageHtmlLink":"Removed direct DI container usage from debugger drawers (#2136)"}},{"before":"cb048d0c2966a37c96ab5060e0024f0553759916","after":"61bf2368cd3dafeef9b9e41a964ca048bc3db234","ref":"refs/heads/master","pushedAt":"2024-03-02T20:43:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dartasen","name":"dartasen","path":"/dartasen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10561268?s=80&v=4"},"commit":{"message":"Translated using Weblate (#2120)","shortMessageHtmlLink":"Translated using Weblate (#2120)"}},{"before":"26179d09e9a072f984c3de4aa9f87041b0026b43","after":"cb048d0c2966a37c96ab5060e0024f0553759916","ref":"refs/heads/master","pushedAt":"2024-03-02T16:25:37.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"Measurity","name":"Meas","path":"/Measurity","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1107063?s=80&v=4"},"commit":{"message":"Upgraded Litenetlib to 1.2.0 (#2122)","shortMessageHtmlLink":"Upgraded Litenetlib to 1.2.0 (#2122)"}},{"before":"171f23bdf6a660ff86d917f1179c35d693f10786","after":"26179d09e9a072f984c3de4aa9f87041b0026b43","ref":"refs/heads/master","pushedAt":"2024-02-29T13:55:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dartasen","name":"dartasen","path":"/dartasen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10561268?s=80&v=4"},"commit":{"message":"Game finders overhaul (#2121)\n\n* Modified namespace to be file-scoped by default in editorconfig\r\n\r\n* Reworked installation finders\r\n\r\n* Refactored GameFinders to use GameFinderResult\r\n\r\n* Added NotFound/Ok result to GameFinderResult type\r\n\r\n* Added GetUniqueNonCombinatoryFlags extension for Enums\r\n\r\n---------\r\n\r\nCo-authored-by: Measurity ","shortMessageHtmlLink":"Game finders overhaul (#2121)"}},{"before":"ffe3352b686b1a6034e72d19704643d22998d342","after":"171f23bdf6a660ff86d917f1179c35d693f10786","ref":"refs/heads/master","pushedAt":"2024-02-25T17:33:42.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"Measurity","name":"Meas","path":"/Measurity","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1107063?s=80&v=4"},"commit":{"message":"Fixes a few NullReferenceException (#2117)","shortMessageHtmlLink":"Fixes a few NullReferenceException (#2117)"}},{"before":"a20c0ab1201c01a014442048e60d5b904770ed13","after":"ffe3352b686b1a6034e72d19704643d22998d342","ref":"refs/heads/master","pushedAt":"2024-02-22T22:29:16.000Z","pushType":"pr_merge","commitsCount":11,"pusher":{"login":"tornac1234","name":"rootcan","path":"/tornac1234","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24827220?s=80&v=4"},"commit":{"message":"When spawning items, sets them as secured so they aren't dropped when dying.","shortMessageHtmlLink":"When spawning items, sets them as secured so they aren't dropped when…"}},{"before":"4a3830dcfdb1decd660b3fd41e23aa75f96c4dc6","after":"a20c0ab1201c01a014442048e60d5b904770ed13","ref":"refs/heads/master","pushedAt":"2024-02-18T22:39:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Jannify","name":"Jannify","path":"/Jannify","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23176718?s=80&v=4"},"commit":{"message":"Overhauling the Sound System (#1780)\n\n* Moved soundWhitelist to NitroxModel to access it on the Server\r\n\r\n* Added MultiplePacketsSuppressor to suppress multiple types at once\r\n\r\nGenerally suppress sound packets from client processors\r\n\r\n* Added drawer for FMODAsset\r\n\r\n* Handle 2D Looping sounds and QOL changes\r\n\r\n Co-authored-by: tornac1234 \r\n\r\n* Better NRE catching in PlayerCinematicController\r\n\r\n* Fix exosuit step and jet sounds\r\n\r\nCo-authored-by: tornac1234 \r\n\r\n* Fix seamoth sound packet echoing\r\n\r\n* Small refactor for ExosuitModuleEvent\r\n\r\n* Don't sync player focused sound\r\n\r\nThe player object has no NitroxId and therefor can't have synced sounds\r\n\r\n* Remove isGlobal from IsWhitelisted()\r\n\r\n* Added UnityObjectExtensions from 3a7f50\r\n\r\nCo-authored-by: Measurity \r\n\r\n* Added fallback logic for late register of FMODEmitterController\r\n\r\n* Small QoL for sound debugger\r\n\r\n* Properly sync sound for ToggleLights\r\n\r\n* Sync remote player sounds\r\n\r\nCo-authored-by: tornac1234 \r\n\r\n* Small QOL changes\r\n\r\nCo-authored-by: tornac1234 \r\n\r\n* Fixed rebase regression in NitroxUser\r\n\r\n* Improved suppressing multiple packets\r\n\r\n* Split FMODSystem, FMODWhitelist and CalculateVolume()\r\n\r\n* Address requested changes\r\n\r\n* Fix server not finding launcherPath\r\n\r\n* Remove welder and player freedive_splash from whitelist\r\n\r\n* Address requested changes\r\n\r\n* Fixed bug where LauncherPath could not be found when running tests\r\n\r\n---------\r\n\r\nCo-authored-by: tornac1234 \r\nCo-authored-by: Measurity ","shortMessageHtmlLink":"Overhauling the Sound System (#1780)"}},{"before":"785d38ee4d56be968d7cb7ae9a4538f3d5d269db","after":"4a3830dcfdb1decd660b3fd41e23aa75f96c4dc6","ref":"refs/heads/master","pushedAt":"2024-02-16T21:14:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dartasen","name":"dartasen","path":"/dartasen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10561268?s=80&v=4"},"commit":{"message":"Sync spawning commands (#2113)\n\n* Fix \"spawn\" command and sync \"sub\" command\r\n* Sync \"spawn\" command for all entities and restrict \"sub\" and \"spawn\" to at least moderator perms","shortMessageHtmlLink":"Sync spawning commands (#2113)"}},{"before":"0a322c093b60e0152ece3235cfe18bc68e47ef80","after":"785d38ee4d56be968d7cb7ae9a4538f3d5d269db","ref":"refs/heads/master","pushedAt":"2024-02-12T22:20:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dartasen","name":"dartasen","path":"/dartasen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10561268?s=80&v=4"},"commit":{"message":"Added polyfill for available c# features","shortMessageHtmlLink":"Added polyfill for available c# features"}},{"before":"5c48f8cb5c27efe8d5e2137cec4811831d7d9cee","after":"0a322c093b60e0152ece3235cfe18bc68e47ef80","ref":"refs/heads/master","pushedAt":"2024-01-26T18:15:53.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"dartasen","name":"dartasen","path":"/dartasen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10561268?s=80&v=4"},"commit":{"message":"Disable more telemetry code as it's not needed to run","shortMessageHtmlLink":"Disable more telemetry code as it's not needed to run"}},{"before":"06e114ecea019e7b6ad91161997b8545b1d68c91","after":"5c48f8cb5c27efe8d5e2137cec4811831d7d9cee","ref":"refs/heads/master","pushedAt":"2024-01-20T19:00:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Jannify","name":"Jannify","path":"/Jannify","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23176718?s=80&v=4"},"commit":{"message":"Sync base hull (#2099)\n\n* Sync base hull\r\n\r\n* Fix \"entity was spawned\" condition, fix ServerAutofac duplicate registering of a critical instance, fix base hull strength creating duplicate leaks, fix simulation not being acquired when creating a base\r\n\r\n* Fix a regression: all children added to bases were duplicated, improve LiveMixin metadata broadcast conditions","shortMessageHtmlLink":"Sync base hull (#2099)"}},{"before":"9c5cd40dfd740f07e265018554c1ca60f57711a4","after":"06e114ecea019e7b6ad91161997b8545b1d68c91","ref":"refs/heads/master","pushedAt":"2024-01-11T01:57:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Jannify","name":"Jannify","path":"/Jannify","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23176718?s=80&v=4"},"commit":{"message":"Add DenyOwnershipHand translation and refactor few MBs namespaces (#2105)\n\n* Moving CinematicController MBs to right folder/namespace\r\n\r\n* Moving HUD MBs to right folder/namespace\r\n\r\n* Add translation for DenyOwnershipHand","shortMessageHtmlLink":"Add DenyOwnershipHand translation and refactor few MBs namespaces (#2105"}},{"before":"8abb67b03963da0e14e4d5acedd71db3d80f9fec","after":"9c5cd40dfd740f07e265018554c1ca60f57711a4","ref":"refs/heads/master","pushedAt":"2024-01-07T22:38:04.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"tornac1234","name":"rootcan","path":"/tornac1234","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24827220?s=80&v=4"},"commit":{"message":"Some refactoring, added a temporary (to be changed later on) Resolve for DI in metadata extractors and processors","shortMessageHtmlLink":"Some refactoring, added a temporary (to be changed later on) Resolve<…"}},{"before":"3561d31e75c579e680f1e6c7d1a6406387652f79","after":"8abb67b03963da0e14e4d5acedd71db3d80f9fec","ref":"refs/heads/master","pushedAt":"2024-01-01T22:32:49.000Z","pushType":"pr_merge","commitsCount":7,"pusher":{"login":"dartasen","name":"dartasen","path":"/dartasen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10561268?s=80&v=4"},"commit":{"message":"Rework server-side entity spawning (#2093)","shortMessageHtmlLink":"Rework server-side entity spawning (#2093)"}},{"before":"bb510e71905f1afd0d34a55fa31fba2fe6319f94","after":"3561d31e75c579e680f1e6c7d1a6406387652f79","ref":"refs/heads/master","pushedAt":"2023-12-26T21:44:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dartasen","name":"dartasen","path":"/dartasen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10561268?s=80&v=4"},"commit":{"message":"Translated using Weblate\nLanguage: (Estonian)\n\nTranslated using Weblate\nLanguage: (Portuguese)\n\nTranslated using Weblate\nLanguage: (Italian)\n\nTranslated using Weblate\nLanguage: (Croatian)\n\nTranslated using Weblate\nLanguage: (Dutch)\n\nTranslated using Weblate\nLanguage: (Norwegian Bokmål)\n\nTranslated using Weblate\nLanguage: (Portuguese (Brazil))\n\nTranslated using Weblate\nLanguage: (Portuguese (Brazil))\n\nTranslated using Weblate\nLanguage: (Turkish)\n\nTranslated using Weblate\nLanguage: (French)\n\nTranslated using Weblate\nLanguage: (French)\n\nTranslated using Weblate\nLanguage: (Bulgarian)\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate\nLanguage: (French)\n\nTranslated using Weblate\nLanguage: (English)\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate\nLanguage: (Vietnamese)\n\nTranslated using Weblate\nLanguage: (French)\n\nTranslated using Weblate\nLanguage: (Dutch)\n\nTranslated using Weblate\nLanguage: (French)\n\nTranslated using Weblate\nLanguage: (Serbian)\n\nTranslated using Weblate\nLanguage: (Lithuanian)\n\nTranslated using Weblate\nLanguage: (Greek)\n\nTranslated using Weblate\nLanguage: (Italian)\n\nTranslated using Weblate\nLanguage: (Dutch)\n\nTranslated using Weblate\nLanguage: (Japanese)\n\nTranslated using Weblate\nLanguage: (Ukrainian)\n\nTranslated using Weblate\nLanguage: (Russian)\n\nTranslated using Weblate\nLanguage: (German)\n\nTranslated using Weblate\nLanguage: (English)\n\nTranslated using Weblate\nLanguage: (German)\n\nTranslated using Weblate\nLanguage: (English)\n\nTranslated using Weblate\nLanguage: (Irish)\n\nTranslated using Weblate\nLanguage: (English)\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate\nLanguage: (Greek)\n\nTranslated using Weblate\nLanguage: (Dutch)\n\nTranslated using Weblate\nLanguage: (Croatian)\n\nTranslated using Weblate\nLanguage: (Serbian)\n\nTranslated using Weblate\nLanguage: (Russian)\n\nTranslated using Weblate\nLanguage: (Serbian)\n\nTranslated using Weblate\nLanguage: (Vietnamese)\n\nTranslated using Weblate\nLanguage: (Russian)\n\nTranslated using Weblate\nLanguage: (Hungarian)\n\nTranslated using Weblate\nLanguage: (French)\n\nTranslated using Weblate\nLanguage: (Dutch)\n\nTranslated using Weblate\nLanguage: (Croatian)\n\nTranslated using Weblate\nLanguage: (Portuguese)\n\nTranslated using Weblate\nLanguage: (German)\n\nTranslated using Weblate\nLanguage: (English)\n\nTranslated using Weblate\nLanguage: (Italian)\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate\nLanguage: (German)\n\nTranslated using Weblate (Finnish)\n\nCurrently translated at 100.0% (84 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fi/\n\nTranslated using Weblate (Portuguese)\n\nCurrently translated at 83.3% (70 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pt/\n\nTranslated using Weblate (Italian)\n\nCurrently translated at 94.0% (79 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/it/\n\nTranslated using Weblate (Danish)\n\nCurrently translated at 94.0% (79 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/da/\n\nTranslated using Weblate (Portuguese (Brazil))\n\nCurrently translated at 86.9% (73 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pt_BR/\n\nTranslated using Weblate (Lithuanian)\n\nCurrently translated at 82.1% (69 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/lt/\n\nTranslated using Weblate (Irish)\n\nCurrently translated at 17.8% (15 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ga/\n\nTranslated using Weblate (Turkish)\n\nCurrently translated at 78.5% (66 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/tr/\n\nTranslated using Weblate (Spanish)\n\nCurrently translated at 83.3% (70 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/es/\n\nTranslated using Weblate (Portuguese)\n\nCurrently translated at 83.3% (70 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pt/\n\nTranslated using Weblate (Polish)\n\nCurrently translated at 86.9% (73 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pl/\n\nTranslated using Weblate (French)\n\nCurrently translated at 90.4% (76 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fr/\n\nTranslated using Weblate (Finnish)\n\nCurrently translated at 86.9% (73 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fi/\n\nTranslated using Weblate (French)\n\nCurrently translated at 90.4% (76 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fr/\n\nTranslated using Weblate (English)\n\nCurrently translated at 100.0% (84 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/en/\n\nTranslated using Weblate (English)\n\nCurrently translated at 100.0% (81 of 81 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/en/\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Spanish)\n\nCurrently translated at 95.8% (70 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/es/\n\nTranslated using Weblate (Finnish)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fi/\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Dutch)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nl/\n\nTranslated using Weblate (Romanian)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ro/\n\nTranslated using Weblate (Finnish)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fi/\n\nTranslated using Weblate (Russian)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ru/\n\nTranslated using Weblate (Norwegian Bokmål)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nb_NO/\n\nTranslated using Weblate (Norwegian Bokmål)\n\nCurrently translated at 97.2% (71 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nb_NO/\n\nTranslated using Weblate (Polish)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pl/\n\nTranslated using Weblate (Italian)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/it/\n\nTranslated using Weblate (Hungarian)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/hu/\n\nTranslated using Weblate (German)\n\nCurrently translated at 98.6% (72 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/de/\n\nTranslated using Weblate (French)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fr/\n\nTranslated using Weblate (Croatian)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/hr/\n\nTranslated using Weblate (Norwegian Bokmål)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nb_NO/\n\nTranslated using Weblate (Norwegian Bokmål)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nb_NO/\n\nTranslated using Weblate (Dutch)\n\nCurrently translated at 95.6% (66 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nl/\n\nTranslated using Weblate (Danish)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/da/\n\nTranslated using Weblate (Danish)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/da/\n\nTranslated using Weblate (Norwegian Bokmål)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nb_NO/\n\nTranslated using Weblate (Norwegian Bokmål)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nb_NO/\n\nTranslated using Weblate (Polish)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pl/\n\nUpdate translation files\n\nUpdated by \"Remove blank strings\" hook in Weblate.\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/\n\nTranslated using Weblate (Lithuanian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/lt/\n\nTranslated using Weblate (Portuguese)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pt/\n\nTranslated using Weblate (Dutch)\n\nCurrently translated at 88.4% (61 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nl/\n\nTranslated using Weblate (Dutch)\n\nCurrently translated at 88.4% (61 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nl/\n\nTranslated using Weblate (Danish)\n\nCurrently translated at 94.2% (65 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/da/\n\nTranslated using Weblate (Serbian)\n\nCurrently translated at 18.8% (13 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sr/\n\nTranslated using Weblate (Vietnamese)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/vi/\n\nTranslated using Weblate (Korean)\n\nCurrently translated at 69.5% (48 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ko/\n\nTranslated using Weblate (Thai)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/th/\n\nTranslated using Weblate (Latvian)\n\nCurrently translated at 4.3% (3 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/lv/\n\nTranslated using Weblate (Swedish)\n\nCurrently translated at 98.5% (68 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sv/\n\nTranslated using Weblate (Swedish)\n\nCurrently translated at 98.5% (68 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sv/\n\nTranslated using Weblate (Greek)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/el/\n\nTranslated using Weblate (Russian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ru/\n\nTranslated using Weblate (German)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/de/\n\nTranslated using Weblate (Finnish)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fi/\n\nTranslated using Weblate (Czech)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/cs/\n\nTranslated using Weblate (Portuguese)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pt/\n\nTranslated using Weblate (Finnish)\n\nCurrently translated at 75.3% (52 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fi/\n\nTranslated using Weblate (Finnish)\n\nCurrently translated at 75.3% (52 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fi/\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Chinese (Traditional))\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/zh_Hant/\n\nTranslated using Weblate (Chinese (Simplified))\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/zh_Hans/\n\nTranslated using Weblate (Italian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/it/\n\nTranslated using Weblate (Italian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/it/\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Romanian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ro/\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Spanish)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/es/\n\nTranslated using Weblate (French)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fr/\n\nTranslated using Weblate (Slovak)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sk/\n\nTranslated using Weblate (Hungarian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/hu/\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Ukrainian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/uk/\n\nTranslated using Weblate (Chinese (Simplified))\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/zh_Hans/\n\nTranslated using Weblate (Bulgarian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/bg/\n\nTranslated using Weblate (Lithuanian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/lt/\n\nTranslated using Weblate (Latvian)\n\nCurrently translated at 2.8% (2 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/lv/\n\nTranslated using Weblate (Portuguese)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pt/\n\nTranslated using Weblate (Croatian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/hr/\n\nTranslated using Weblate (Romanian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ro/\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Russian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ru/\n\nTranslated using Weblate (Italian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/it/\n\nTranslated using Weblate (Norwegian Bokmål)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nb_NO/\n\nTranslated using Weblate (Lithuanian)\n\nCurrently translated at 28.3% (19 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/lt/\n\nTranslated using Weblate (Swedish)\n\nCurrently translated at 89.5% (60 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sv/\n\nAdded translation using Weblate (Chinese (Traditional))\n\nAdded translation using Weblate (Serbian (cyrillic))\n\nAdded translation using Weblate (Catalan)\n\nTranslated using Weblate (Slovenian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sl/\n\nTranslated using Weblate (Japanese)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ja/\n\nTranslated using Weblate (Portuguese (Brazil))\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pt_BR/\n\nTranslated using Weblate (Greek)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/el/\n\nTranslated using Weblate (Turkish)\n\nCurrently translated at 92.5% (62 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/tr/\n\nTranslated using Weblate (Dutch)\n\nCurrently translated at 88.0% (59 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nl/\n\nTranslated using Weblate (Swedish)\n\nCurrently translated at 77.6% (52 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sv/\n\nTranslated using Weblate (Vietnamese)\n\nCurrently translated at 92.5% (62 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/vi/\n\nTranslated using Weblate (Slovak)\n\nCurrently translated at 98.5% (66 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sk/\n\nTranslated using Weblate (Slovak)\n\nCurrently translated at 62.6% (42 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sk/\n\nTranslated using Weblate (Romanian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ro/\n\nTranslated using Weblate (Spanish (Latin America))\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/es_419/\n\nTranslated using Weblate (Thai)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/th/\n\nTranslated using Weblate (Spanish)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/es/\n\nTranslated using Weblate (Chinese (Simplified))\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/zh_Hans/\n\nTranslated using Weblate (Croatian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/hr/\n\nTranslated using Weblate (Norwegian Bokmål)\n\nCurrently translated at 65.6% (44 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nb_NO/\n\nTranslated using Weblate (Romanian)\n\nCurrently translated at 98.5% (66 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ro/\n\nTranslated using Weblate (Chinese (Simplified))\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/zh_Hans/\n\nTranslated using Weblate (Russian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ru/\n\nTranslated using Weblate (Portuguese)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pt/\n\nTranslated using Weblate (Danish)\n\nCurrently translated at 76.1% (51 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/da/\n\nTranslated using Weblate (Czech)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/cs/\n\nTranslated using Weblate (Bulgarian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/bg/\n\nTranslated using Weblate (Czech)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/cs/\n\nTranslated using Weblate (Dutch)\n\nCurrently translated at 83.5% (56 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nl/\n\nTranslated using Weblate (Romanian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ro/\n\nTranslated using Weblate (Hungarian)\n\nCurrently translated at 98.5% (66 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/hu/\n\nTranslated using Weblate (Ukrainian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/uk/\n\nTranslated using Weblate (Ukrainian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/uk/\n\nTranslated using Weblate (Russian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ru/\n\nTranslated using Weblate (Polish)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pl/\n\nTranslated using Weblate (German)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/de/\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Italian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/it/\n\nTranslated using Weblate (French)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fr/\n\nTranslated using Weblate (Danish)\n\nCurrently translated at 71.6% (48 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/da/\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Chinese (Simplified))\n\nCurrently translated at 100.0% (66 of 66 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/zh_Hans/\n\nTranslated using Weblate (Japanese)\n\nCurrently translated at 100.0% (66 of 66 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ja/\n\nTranslated using Weblate (Greek)\n\nCurrently translated at 100.0% (66 of 66 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/el/","shortMessageHtmlLink":"Translated using Weblate"}},{"before":"4606d191b5e3767a6018b1028cb79fe225cf9957","after":"bb510e71905f1afd0d34a55fa31fba2fe6319f94","ref":"refs/heads/master","pushedAt":"2023-12-26T21:34:31.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"Measurity","name":"Meas","path":"/Measurity","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1107063?s=80&v=4"},"commit":{"message":"Maintainance: latest C# lang version, code style config fixes, nitrox underscore patch name spell-check ignore, nitrox.analyzer as nuget (#2098)","shortMessageHtmlLink":"Maintainance: latest C# lang version, code style config fixes, nitrox…"}},{"before":"e5864ad1f337b2fbfc478179dc91fda4ebb2db91","after":"4606d191b5e3767a6018b1028cb79fe225cf9957","ref":"refs/heads/master","pushedAt":"2023-12-18T11:57:53.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"tornac1234","name":"rootcan","path":"/tornac1234","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24827220?s=80&v=4"},"commit":{"message":"Big refactoring of metadata","shortMessageHtmlLink":"Big refactoring of metadata"}},{"before":"e48af091360e2d7782ba7ff8e350a342ad465da5","after":"e5864ad1f337b2fbfc478179dc91fda4ebb2db91","ref":"refs/heads/master","pushedAt":"2023-12-03T22:18:31.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"dartasen","name":"dartasen","path":"/dartasen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10561268?s=80&v=4"},"commit":{"message":"Fixed some leftovers (gamemode, item placing)","shortMessageHtmlLink":"Fixed some leftovers (gamemode, item placing)"}},{"before":"a0836b20a9abc6612e113b20a5b9e4f1116b3faa","after":"e48af091360e2d7782ba7ff8e350a342ad465da5","ref":"refs/heads/master","pushedAt":"2023-11-29T21:39:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Measurity","name":"Meas","path":"/Measurity","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1107063?s=80&v=4"},"commit":{"message":"Added capture of server console input for hotkeys (#2085)\n\n* Added capture of server console input for hotkeys\r\n\r\nEscape - will clear the input line.\r\nCtrl+C - will clear the input line. If no input, will terminate the server and console\r\nCtrl+D - will terminate the server and console\r\nHome - Move cursor to start of input\r\nEnd - Move cursor to end of input\r\nUp Arrow - Go backward (in time) of input history\r\nDown Arrow - Go forward (in time) of input history","shortMessageHtmlLink":"Added capture of server console input for hotkeys (#2085)"}},{"before":"f609e89a2c99390c4a6c367b419a92f9ee042f14","after":"a0836b20a9abc6612e113b20a5b9e4f1116b3faa","ref":"refs/heads/master","pushedAt":"2023-11-05T23:37:37.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"Measurity","name":"Meas","path":"/Measurity","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1107063?s=80&v=4"},"commit":{"message":"Code fixes and clean up of initial sync processors (#2091)","shortMessageHtmlLink":"Code fixes and clean up of initial sync processors (#2091)"}},{"before":"47002e5f1f71f182647c57c5a71f162c1f5e5053","after":"f609e89a2c99390c4a6c367b419a92f9ee042f14","ref":"refs/heads/master","pushedAt":"2023-10-29T12:07:19.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"dartasen","name":"dartasen","path":"/dartasen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10561268?s=80&v=4"},"commit":{"message":"Persist gamemode and add a minecraft-like command for it","shortMessageHtmlLink":"Persist gamemode and add a minecraft-like command for it"}},{"before":"91748dc1186f820ecbc1b5df2d57a891f008f355","after":"47002e5f1f71f182647c57c5a71f162c1f5e5053","ref":"refs/heads/master","pushedAt":"2023-10-06T17:48:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tornac1234","name":"rootcan","path":"/tornac1234","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24827220?s=80&v=4"},"commit":{"message":"Building overhaul (#1952)\n\n* Disable patches for legacy building\r\n\r\n* Created virtual objects for every possible building (and ghosts)\r\n\r\n* Add a singleplayer tester for the alternative building system\r\n\r\n* Fix transpiler pattern matching not adding instructions at the end of the pattern, and not reading the latest instruction in a method\r\n\r\n* Adapted all of the code to work in simple peer-2-peer\r\n\r\n* Add a first implementation (unfinished and unclean) of the server-side saving/relaying part.\r\n\r\n* Added a BuildPieceIdentifier to be able to identify objects under BaseCells (on client-side)\r\n\r\n* Fix a null exception during RestoreGhost()\r\n\r\n* Completed the server-side managing of the build packets (still a bug left)\r\n\r\n* Refactored save data in PersistedWorldData\r\n\r\n* Added the required ProtoBufNet attributes to the new data classes\r\n\r\n* Added building restore process to initial sync\r\n\r\n* Fix modules not being correctly handled on server-side\r\n\r\n* Try improving build piece identifying.\r\n\r\n* On the way to deprecate client force-updating bases when it's not valid, and to have cooldown on base building when another interacts with it.\r\n\r\n* Replace every ProtoContract/ProtoMember to DataContract/DataMember\r\n\r\n* Fix BuildPieceIdentifier being wrongly created for destructed pieces\r\n\r\n* Fixed cooldowns, and added cooldown cleanup for when they're finished\r\n\r\n* Made the building queue use safely yielded coroutines\r\n\r\n* Added NitroxId to interior pieces and NitroxEntity to IBaseModules accordingly (WaterPark still to fix)\r\n\r\n* Fix WaterParks NitroxEntity setting\r\n\r\n* Fix being able to deconstruct buildings with remote players inside\r\n\r\n* Add NitroxEntity to VehicleDockingBay of moonpools\r\n\r\n* First shot at moving buildings to the entity system (a lot to correct still)\r\n\r\n* Removed ExistsInGlobalRoot and WaterParkId fields from WorldEntity (replaced by GlobalRootEntity)\r\n\r\n* Moved the whole building system to the entity system (incomplete but working)\r\n\r\n* Fix MapRooms not getting a NitroxEntity attached to their functionality object, and added back destroying overlapping entities (e.g vines) and safety when deleting a base with player inside (shouldn't be possible anyway)\r\n\r\n* Reparent player children of a removed entity to GlobalRoot\r\n\r\n* Add sync/persistence for base pieces (not for alien containments tho), added EntityPostSpawner (for bench), fixed some issues with base updating, improved the entity implementation of bases, moved Resolve to a global using in NitroxPatcher and NitroxClient\r\n\r\n* Fix moonpool not spawning vehicle, recursive search for players causing stackoverflow, built InteriorPieces not being assigned to the right type (in server processor), add a throttle for ModifyConstructedPacket, removed a false error logging\r\n\r\n* Add MapRooms as children for bases, that will get their nitrox ids saved and restored\r\n\r\n* Fix ghost visual glitch\r\n\r\n* Fixed several edge-cases issues for WaterParks and finished its basic inventory/fishes sync/restore for larger water parks. Split PostSpawnProcessors into for Constructables and Modules.\r\n\r\n* Fixed vehicles not being correctly docked to moonpools and constructables not being correctly lighted on reconnect\r\n\r\n* Refactoring (for build-related entities) positions to localpositions and implemented building in cyclops\r\n\r\n* Added a resync buildings procedure (with a button in the settings) and a delete GameObject button to the scene debugger\r\n\r\n* Add a safe building mode for both client and server. Also fix the operation count of client-side. Clients now know when they're desynced from a base building\r\n\r\n* First steps of entity batch spawning applied to item spawning, fixed a bug on placing modules\r\n\r\n* Introduced data compression for SavedBase data (drastically reduced the loadout weight), save InteriorPiece already included children, add a temporary energy refill to power sources on spawn\r\n\r\nCo-authored-by: Jannify <23176718+Jannify@users.noreply.github.com>\r\n\r\n* Deprecated legacy building system.\r\n\r\n* Mass refactoring (cleaning up the project), moving classes in their own files, now recreate a player entity when it couldn't be found\r\n\r\n* Fix an issue in batch spawning (about ignored exceptions), and vehicle docking/undocking, use cache for ghost/interior piece/module prefab querying\r\n\r\n* Some cleaning\r\n\r\n* Replace NitroxEntity.TryGetIdFrom by the implementation from #1908\r\n\r\n* Some refactoring + fix operation tracker breaking bug\r\n\r\n* Resolved merge conflicts, fixed an issue with metadata update spamming when hovering a plant with planter open, fixed wrong parenting to WaterPark (for big room)\r\n\r\n* Some more mass refactoring to avoid having too many util static classes\r\n\r\n* fixed BaseDeconstructable prefab loading issue with multiple clients locally, updated some transpilers, set safe building to true by default (client-side)\r\n\r\n* More corrections for #2063 rebase\r\n\r\n* Fixed PacketSerializationTest failing\r\n\r\nAdded [Serializable] in new packets\r\nChanged field to property in new packets\r\nRemoved ToString() override of new packets\r\nEnhanced NitroxAutoFaker to set backing fields if property is read- only\r\n\r\n* Refactored SerializationHelper\r\n\r\nMoved Base related methods to BaseSerializationHelper\r\nFixed overflow bug in CompressStream() and added tests for verification\r\nRemoved unused code in SerializationHelper\r\n\r\n* Fixed Packet and Processor tests\r\n\r\nResoled cases where abstract class in between concrete processor and ClientPacketProcessor/Authen.../... would result in failure\r\nDeleted unused and lost packets\r\n\r\n* Missed changes to BaseSerializationHelper\r\n\r\n* Fixing various issues with serialization\r\n\r\n* Fixes to Jannify's previous fixes, and some refactoring\r\n\r\n* Simplify building post spawning (deletions and refactoring), add an analyzer for wrong usage of DI\r\nCo-authored-by: Measurity \r\n\r\n* Refactor Resolve and improved DI analyzer performance\r\n\r\nRemoved \"Resolve\" check in analyzer and instead limited Resolve API to types where it is allowed to be used (NitroxPatch and UnityEngine.Object types).\r\n\r\n* Moved rules of DependencyInjectionMisuseAnalyzer into private Rules type\r\n\r\nRemoved autofac naming in DependencyInjectionMisuseAnalyzer.\r\n\r\n* Fix null coroutine execution\r\n\r\n* Address Jannify's review, remove ParentedDrawer (replaced by DI use), separated GhostMetadata retrieving and applying in two static classes\r\n\r\n* Fixed DependencyInjectionMisuseAnalyzer reporting on wrong symbol\r\n\r\nFixed the analyzer to report on any member access of NitroxServiceLocator.\r\nSuppressed the analyzer message on \"main\" types like Program.cs which setup the DI container.\r\n\r\n* Introduce lock objects in WorldEntityManager\r\n\r\n* Added translation to building\r\n\r\n* Improve player entity search in recursive search through hierarchy\r\n\r\n* Repair ghost spawning (visual glitch), improve the code here and there, change all DateTimeOffset.Now to UtcNow\r\n\r\nCo-authored-by: Measurity \r\nCo-authored-by: Jannify <23176718+Jannify@users.noreply.github.com>\r\n\r\n* Set TryGetComponentInParent includeInactive parameter to false by default and updated its occurences accordingly (except for FMOD_Patches to avoid merge conflicts for Jannify's PR).\r\nAnd some more refactoring\r\nTODO: Add explanation for this in the docs\r\n\r\n* Greatly improve entity spawning time (depends on FPS, the more = the faster), changed recursive spawning to iterative spawning in Entities.cs and PlaceholderGroupWorldEntitySpawner.cs\r\n\r\n* Introduce a major solution: ignore exceptions in Coroutines to avoid them getting stuck without us notifying anything\r\n\r\n* Improved entity spawn queue to use a List\r\n\r\n* Fix ghost spawning regression\r\n\r\n* Added some comments and a TODO for NitroxTransform's fix. Changed spawn queue Coroutine starter\r\n\r\n* Moved SpawnEntitiesProcessor logic to Entities.cs\r\n\r\n* Fixed resync regression, removed debug logs\r\n\r\n* Reversed functionality of EntitiesToSpawn for SpawnBatchAsync to have a lesser time complexity\r\n\r\n* Re-enable previously disabled cinematic patches, changed delta time calculations to use TimeSpan, and fix AGAIN the ghost visual glitch\r\n\r\n---------\r\n\r\nCo-authored-by: Jannify <23176718+Jannify@users.noreply.github.com>\r\nCo-authored-by: Measurity \r\nCo-authored-by: dartasen ","shortMessageHtmlLink":"Building overhaul (#1952)"}},{"before":"93c6599ed03e2cbd993477c5f78c8fb03e03129e","after":"91748dc1186f820ecbc1b5df2d57a891f008f355","ref":"refs/heads/master","pushedAt":"2023-09-24T07:34:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dartasen","name":"dartasen","path":"/dartasen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10561268?s=80&v=4"},"commit":{"message":"Update readme with links to documentation instead of wiki (#2077)","shortMessageHtmlLink":"Update readme with links to documentation instead of wiki (#2077)"}},{"before":"88013d873fab9382e704a6f8946ec82811060f9a","after":"93c6599ed03e2cbd993477c5f78c8fb03e03129e","ref":"refs/heads/master","pushedAt":"2023-09-03T14:32:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dartasen","name":"dartasen","path":"/dartasen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10561268?s=80&v=4"},"commit":{"message":"Avoid generating .pdb files (#2075)","shortMessageHtmlLink":"Avoid generating .pdb files (#2075)"}},{"before":"84b5601cc39a89491d9672aee6884ad4d7c004c1","after":"88013d873fab9382e704a6f8946ec82811060f9a","ref":"refs/heads/master","pushedAt":"2023-09-02T14:03:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Jannify","name":"Jannify","path":"/Jannify","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23176718?s=80&v=4"},"commit":{"message":"Translated using Weblate\nLanguage: (German)\n\nTranslated using Weblate (Finnish)\n\nCurrently translated at 100.0% (84 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fi/\n\nTranslated using Weblate (Portuguese)\n\nCurrently translated at 83.3% (70 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pt/\n\nTranslated using Weblate (Italian)\n\nCurrently translated at 94.0% (79 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/it/\n\nTranslated using Weblate (Danish)\n\nCurrently translated at 94.0% (79 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/da/\n\nTranslated using Weblate (Portuguese (Brazil))\n\nCurrently translated at 86.9% (73 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pt_BR/\n\nTranslated using Weblate (Lithuanian)\n\nCurrently translated at 82.1% (69 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/lt/\n\nTranslated using Weblate (Irish)\n\nCurrently translated at 17.8% (15 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ga/\n\nTranslated using Weblate (Turkish)\n\nCurrently translated at 78.5% (66 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/tr/\n\nTranslated using Weblate (Spanish)\n\nCurrently translated at 83.3% (70 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/es/\n\nTranslated using Weblate (Portuguese)\n\nCurrently translated at 83.3% (70 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pt/\n\nTranslated using Weblate (Polish)\n\nCurrently translated at 86.9% (73 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pl/\n\nTranslated using Weblate (French)\n\nCurrently translated at 90.4% (76 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fr/\n\nTranslated using Weblate (Finnish)\n\nCurrently translated at 86.9% (73 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fi/\n\nTranslated using Weblate (French)\n\nCurrently translated at 90.4% (76 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fr/\n\nTranslated using Weblate (English)\n\nCurrently translated at 100.0% (84 of 84 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/en/\n\nTranslated using Weblate (English)\n\nCurrently translated at 100.0% (81 of 81 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/en/\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Spanish)\n\nCurrently translated at 95.8% (70 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/es/\n\nTranslated using Weblate (Finnish)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fi/\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Dutch)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nl/\n\nTranslated using Weblate (Romanian)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ro/\n\nTranslated using Weblate (Finnish)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fi/\n\nTranslated using Weblate (Russian)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ru/\n\nTranslated using Weblate (Norwegian Bokmål)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nb_NO/\n\nTranslated using Weblate (Norwegian Bokmål)\n\nCurrently translated at 97.2% (71 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nb_NO/\n\nTranslated using Weblate (Polish)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pl/\n\nTranslated using Weblate (Italian)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/it/\n\nTranslated using Weblate (Hungarian)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/hu/\n\nTranslated using Weblate (German)\n\nCurrently translated at 98.6% (72 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/de/\n\nTranslated using Weblate (French)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fr/\n\nTranslated using Weblate (Croatian)\n\nCurrently translated at 100.0% (73 of 73 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/hr/\n\nTranslated using Weblate (Norwegian Bokmål)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nb_NO/\n\nTranslated using Weblate (Norwegian Bokmål)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nb_NO/\n\nTranslated using Weblate (Dutch)\n\nCurrently translated at 95.6% (66 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nl/\n\nTranslated using Weblate (Danish)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/da/\n\nTranslated using Weblate (Danish)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/da/\n\nTranslated using Weblate (Norwegian Bokmål)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nb_NO/\n\nTranslated using Weblate (Norwegian Bokmål)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nb_NO/\n\nTranslated using Weblate (Polish)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pl/\n\nUpdate translation files\n\nUpdated by \"Remove blank strings\" hook in Weblate.\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/\n\nTranslated using Weblate (Lithuanian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/lt/\n\nTranslated using Weblate (Portuguese)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pt/\n\nTranslated using Weblate (Dutch)\n\nCurrently translated at 88.4% (61 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nl/\n\nTranslated using Weblate (Dutch)\n\nCurrently translated at 88.4% (61 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nl/\n\nTranslated using Weblate (Danish)\n\nCurrently translated at 94.2% (65 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/da/\n\nTranslated using Weblate (Serbian)\n\nCurrently translated at 18.8% (13 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sr/\n\nTranslated using Weblate (Vietnamese)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/vi/\n\nTranslated using Weblate (Korean)\n\nCurrently translated at 69.5% (48 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ko/\n\nTranslated using Weblate (Thai)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/th/\n\nTranslated using Weblate (Latvian)\n\nCurrently translated at 4.3% (3 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/lv/\n\nTranslated using Weblate (Swedish)\n\nCurrently translated at 98.5% (68 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sv/\n\nTranslated using Weblate (Swedish)\n\nCurrently translated at 98.5% (68 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sv/\n\nTranslated using Weblate (Greek)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/el/\n\nTranslated using Weblate (Russian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ru/\n\nTranslated using Weblate (German)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/de/\n\nTranslated using Weblate (Finnish)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fi/\n\nTranslated using Weblate (Czech)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/cs/\n\nTranslated using Weblate (Portuguese)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pt/\n\nTranslated using Weblate (Finnish)\n\nCurrently translated at 75.3% (52 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fi/\n\nTranslated using Weblate (Finnish)\n\nCurrently translated at 75.3% (52 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fi/\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Chinese (Traditional))\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/zh_Hant/\n\nTranslated using Weblate (Chinese (Simplified))\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/zh_Hans/\n\nTranslated using Weblate (Italian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/it/\n\nTranslated using Weblate (Italian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/it/\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Romanian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ro/\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Spanish)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/es/\n\nTranslated using Weblate (French)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fr/\n\nTranslated using Weblate (Slovak)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sk/\n\nTranslated using Weblate (Hungarian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/hu/\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Ukrainian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/uk/\n\nTranslated using Weblate (Chinese (Simplified))\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/zh_Hans/\n\nTranslated using Weblate (Bulgarian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/bg/\n\nTranslated using Weblate (Lithuanian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/lt/\n\nTranslated using Weblate (Latvian)\n\nCurrently translated at 2.8% (2 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/lv/\n\nTranslated using Weblate (Portuguese)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pt/\n\nTranslated using Weblate (Croatian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/hr/\n\nTranslated using Weblate (Romanian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ro/\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Russian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ru/\n\nTranslated using Weblate (Italian)\n\nCurrently translated at 100.0% (69 of 69 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/it/\n\nTranslated using Weblate (Norwegian Bokmål)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nb_NO/\n\nTranslated using Weblate (Lithuanian)\n\nCurrently translated at 28.3% (19 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/lt/\n\nTranslated using Weblate (Swedish)\n\nCurrently translated at 89.5% (60 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sv/\n\nAdded translation using Weblate (Chinese (Traditional))\n\nAdded translation using Weblate (Serbian (cyrillic))\n\nAdded translation using Weblate (Catalan)\n\nTranslated using Weblate (Slovenian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sl/\n\nTranslated using Weblate (Japanese)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ja/\n\nTranslated using Weblate (Portuguese (Brazil))\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pt_BR/\n\nTranslated using Weblate (Greek)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/el/\n\nTranslated using Weblate (Turkish)\n\nCurrently translated at 92.5% (62 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/tr/\n\nTranslated using Weblate (Dutch)\n\nCurrently translated at 88.0% (59 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nl/\n\nTranslated using Weblate (Swedish)\n\nCurrently translated at 77.6% (52 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sv/\n\nTranslated using Weblate (Vietnamese)\n\nCurrently translated at 92.5% (62 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/vi/\n\nTranslated using Weblate (Slovak)\n\nCurrently translated at 98.5% (66 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sk/\n\nTranslated using Weblate (Slovak)\n\nCurrently translated at 62.6% (42 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/sk/\n\nTranslated using Weblate (Romanian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ro/\n\nTranslated using Weblate (Spanish (Latin America))\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/es_419/\n\nTranslated using Weblate (Thai)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/th/\n\nTranslated using Weblate (Spanish)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/es/\n\nTranslated using Weblate (Chinese (Simplified))\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/zh_Hans/\n\nTranslated using Weblate (Croatian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/hr/\n\nTranslated using Weblate (Norwegian Bokmål)\n\nCurrently translated at 65.6% (44 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nb_NO/\n\nTranslated using Weblate (Romanian)\n\nCurrently translated at 98.5% (66 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ro/\n\nTranslated using Weblate (Chinese (Simplified))\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/zh_Hans/\n\nTranslated using Weblate (Russian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ru/\n\nTranslated using Weblate (Portuguese)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pt/\n\nTranslated using Weblate (Danish)\n\nCurrently translated at 76.1% (51 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/da/\n\nTranslated using Weblate (Czech)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/cs/\n\nTranslated using Weblate (Bulgarian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/bg/\n\nTranslated using Weblate (Czech)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/cs/\n\nTranslated using Weblate (Dutch)\n\nCurrently translated at 83.5% (56 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/nl/\n\nTranslated using Weblate (Romanian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ro/\n\nTranslated using Weblate (Hungarian)\n\nCurrently translated at 98.5% (66 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/hu/\n\nTranslated using Weblate (Ukrainian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/uk/\n\nTranslated using Weblate (Ukrainian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/uk/\n\nTranslated using Weblate (Russian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ru/\n\nTranslated using Weblate (Polish)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/pl/\n\nTranslated using Weblate (German)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/de/\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Italian)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/it/\n\nTranslated using Weblate (French)\n\nCurrently translated at 100.0% (67 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/fr/\n\nTranslated using Weblate (Danish)\n\nCurrently translated at 71.6% (48 of 67 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/da/\n\nMerge remote-tracking branch 'origin/master'\n\nMerge remote-tracking branch 'origin/master'\n\nTranslated using Weblate (Chinese (Simplified))\n\nCurrently translated at 100.0% (66 of 66 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/zh_Hans/\n\nTranslated using Weblate (Japanese)\n\nCurrently translated at 100.0% (66 of 66 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/ja/\n\nTranslated using Weblate (Greek)\n\nCurrently translated at 100.0% (66 of 66 strings)\n\nTranslation: SubnauticaNitrox/IngameSubnautica\nTranslate-URL: https://hosted.weblate.org/projects/subnauticanitrox/ingamesubnautica/el/","shortMessageHtmlLink":"Translated using Weblate"}},{"before":"e0c63ec6c81a4e0a1e8e6e6f0d601c67d343e7bf","after":"84b5601cc39a89491d9672aee6884ad4d7c004c1","ref":"refs/heads/master","pushedAt":"2023-08-18T17:00:45.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"Measurity","name":"Meas","path":"/Measurity","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1107063?s=80&v=4"},"commit":{"message":"Updated binarypack and reduced packet receive memory allocation (#2072)","shortMessageHtmlLink":"Updated binarypack and reduced packet receive memory allocation (#2072)"}},{"before":"9e337a84e594b15105af0011a8b37f41ea453ea3","after":"e0c63ec6c81a4e0a1e8e6e6f0d601c67d343e7bf","ref":"refs/heads/master","pushedAt":"2023-08-02T22:30:13.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"Measurity","name":"Meas","path":"/Measurity","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1107063?s=80&v=4"},"commit":{"message":"Optimized patching and removed patch class boilerplate (#2063)","shortMessageHtmlLink":"Optimized patching and removed patch class boilerplate (#2063)"}},{"before":"59bbb0b1f770f06091ade063abc885a8fbfe0def","after":"9e337a84e594b15105af0011a8b37f41ea453ea3","ref":"refs/heads/master","pushedAt":"2023-07-14T13:31:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Jannify","name":"Jannify","path":"/Jannify","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23176718?s=80&v=4"},"commit":{"message":"Refactoring NitroxEntity.GetId() to better reflect behavior (#1908)\n\n* QoL: Commenting out unused patch\r\n\r\n* QoL: Removing redundant code\r\n\r\n* QoL: Merge Bench code into one inline method\r\n\r\n* QoL: Validate.cs Use CallerArgumentExpression\r\n\r\n* QoL: Fix NREs in PlayerPreferencesInitialSyncProcessor\r\n\r\n* Update NitroxEntity GetId() to better reflect behavior\r\n\r\n* Simple GetId() to RequireIdFrom() replacement\r\n\r\n* Replacing GetId() with more safe catching\r\n\r\n* Generate NitroxIds for new Vehicles\r\n\r\n* Generate NitroxIds for new Batteries\r\n\r\n* Changed QuickSlotsBindingIds from Array to OptionalArray\r\n\r\n* Made getting NitroxId in patches safe with logging\r\n\r\n* Simplify BuilderTool_HandleInput_Patch\r\n\r\n* De-verbose TryGetIdOrWarn()\r\n\r\n* Small bug fixes\r\n\r\n* Added Obsolete warning to new OptionalEmpty() ctor\r\n\r\nThe constructor should not be used directly. Instead, Optional.Empty should be used.\r\n\r\n* Made getting NitroxId in the rest safe with logging\r\n\r\n* Always handle IEnumerator with yield\r\n\r\n* Moved NitroxEntity.cs TryGetId APIs into extension methods\r\n\r\nRemoved redundant null checks on GameObject as they are done in the TryGetId APIs.\r\n\r\n* Minor review changes\r\n\r\n* Check for null id in NitroxEntity.RemoveFrom()\r\n\r\n* Use CoroutineUtils.YieldSafe instead of own code\r\n\r\n* Use GenerateNewId instead of SetNewId\r\n\r\n* Rename GetOptionalId to GetId\r\n\r\n* Move id getting before Metadata extraction\r\n\r\n* Moved Obsolete attr on OptionalEmpty ctor to OptionalEmpty\r\n\r\ndefault(OptionalEmpty) was still possible without a warning, which shouldn't happen outside Optional.cs\r\n\r\n* Address pr changes\r\n\r\n---------\r\n\r\nCo-authored-by: Measurity ","shortMessageHtmlLink":"Refactoring NitroxEntity.GetId() to better reflect behavior (#1908)"}},{"before":"0f1fff61f9e2587cd5354df21b528de02a3dd111","after":"59bbb0b1f770f06091ade063abc885a8fbfe0def","ref":"refs/heads/master","pushedAt":"2023-07-13T19:42:45.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"Jannify","name":"Jannify","path":"/Jannify","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23176718?s=80&v=4"},"commit":{"message":"Remove duplicated leftover test (#2066)","shortMessageHtmlLink":"Remove duplicated leftover test (#2066)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETUoKSgA","startCursor":null,"endCursor":null}},"title":"Activity · SubnauticaNitrox/Nitrox"}