1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-07 21:27:51 +08:00
osu-lazer/osu.Game
Dean Herbert 92306b9123 Combine localisations for abstract skinnable components into a single file
Generally we don't want localisation files with only one to two
translations. It makes it harder for translators to handle in crowdin (a
lot of file changes for small results).

So for cases like this I believe we should be grouping translations
where it makes sense.

I've left individual components in their own files as I can see
potential for more settings to be added in the future. Plus it gives a
bit of extra context.
2023-02-03 16:02:18 +09:00
..
Audio Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
Beatmaps Use the exact method stable uses for generating storyboard filenames 2023-01-26 15:09:36 +09:00
Collections Partial everything 2022-11-27 00:00:27 +09:00
Configuration Merge branch 'master' into beatmapSelectionBlur 2023-01-25 16:37:19 +09:00
Database Delegate file deletion to ImportTask to allow overriding it 2023-01-22 22:19:04 +01:00
Extensions Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
Graphics Merge pull request #22428 from EVAST9919/triangles-new-masking 2023-02-02 14:22:16 +09:00
Input Move replay specific key bindings to their own section 2023-02-02 15:25:52 +09:00
IO Also support hard links on macOS 2022-12-29 22:35:13 +08:00
IPC Handle osu:// scheme links via IPC in desktop game 2022-06-20 21:26:22 +02:00
Localisation Combine localisations for abstract skinnable components into a single file 2023-02-03 16:02:18 +09:00
Models Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
Online Merge pull request #22262 from Joehuu/chat-mention-user 2023-01-18 13:30:02 +09:00
Overlays Merge branch 'master' into locale/skin-editor-components 2023-02-03 15:24:00 +09:00
Performance Partial everything 2022-11-27 00:00:27 +09:00
Properties Automated #nullable processing 2022-06-17 16:37:17 +09:00
Replays Show smoke in replays 2022-09-18 17:55:06 -07:00
Rulesets Merge pull request #22281 from cdwcgt/editor-check-previewtime 2023-02-02 15:10:06 +09:00
Scoring Add tiered level badge colouring 2023-01-18 16:25:11 +03:00
Screens Move skin component localisations to namespaces 2023-02-03 15:34:57 +09:00
Skinning Combine localisations for abstract skinnable components into a single file 2023-02-03 16:02:18 +09:00
Storyboards Use MaxBy in all locations that can and update inspection level to match dotnet-build 2022-12-19 16:47:10 +09:00
Tests Output gameplay clock progress in PlayerTestScenes 2023-02-01 23:42:44 +09:00
Updater Partial everything 2022-11-27 00:00:27 +09:00
Users Set border colour to white 2023-01-14 01:12:17 +03:00
Utils Extract common part of regex to separate method 2022-12-03 16:59:43 +01:00
.editorconfig Add localisation length hinting 2022-04-28 19:26:28 +09:00
BackgroundBeatmapProcessor.cs Partial everything 2022-11-27 00:00:27 +09:00
osu!.res
osu.Game.csproj Update framework 2023-01-31 16:24:06 +09:00
OsuGame.cs Move skin editor to overlays namespace 2023-02-02 14:00:31 +09:00
OsuGameBase_Importing.cs Move ImportParameters to better home 2022-12-13 21:41:26 +09:00
OsuGameBase.cs Fix touch input handler settings not matching search for "touchscreen" 2023-01-24 13:37:12 +09:00
PerformFromMenuRunner.cs Partial everything 2022-11-27 00:00:27 +09:00