mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #268] [MERGED] Reformat JSON using JQ with sorted keys #8231
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/268
Author: @andrewrabert
Created: 12/24/2018
Status: ✅ Merged
Merged: 12/24/2018
Merged by: @anthonylavado
Base:
develop← Head:voorhees📝 Commits (1)
349df27Reformat JSON using JQ with sorted keys📊 Changes
127 files changed (+115657 additions, -114828 deletions)
View changed files
📝
Emby.Server.Implementations/Localization/Core/ar.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/bg-BG.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/ca.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/cs.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/da.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/de.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/el.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/en-GB.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/en-US.json(+75 -75)📝
Emby.Server.Implementations/Localization/Core/es-AR.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/es-MX.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/es.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/fa.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/fr-CA.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/fr.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/gsw.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/he.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/hr.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/hu.json(+98 -98)📝
Emby.Server.Implementations/Localization/Core/it.json(+98 -98)...and 80 more files
📄 Description
I'm working on removing unused keys. Sorting the keys now makes the diffs for removing them much cleaner.
cat "$f" | jq -S | sponge "$f"🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.