[PR #268] [MERGED] Reformat JSON using JQ with sorted keys #8231

Closed
opened 2026-02-07 05:40:13 +03:00 by OVERLORD · 0 comments
Owner

📋 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: developHead: voorhees


📝 Commits (1)

  • 349df27 Reformat 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/268 **Author:** [@andrewrabert](https://github.com/andrewrabert) **Created:** 12/24/2018 **Status:** ✅ Merged **Merged:** 12/24/2018 **Merged by:** [@anthonylavado](https://github.com/anthonylavado) **Base:** `develop` ← **Head:** `voorhees` --- ### 📝 Commits (1) - [`349df27`](https://github.com/jellyfin/jellyfin/commit/349df27edea8faee62560ad5724ec169a597b13d) Reformat JSON using JQ with sorted keys ### 📊 Changes **127 files changed** (+115657 additions, -114828 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 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"` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 05:40:13 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8231