docs(i18n): Romanian ro in 1.46.0 notes and README; chronological contributor credits (#666)

Settings System tab now follows CONTRIBUTORS array order instead of sorting by entry size.
This commit is contained in:
cucadmuh
2026-05-13 23:17:17 +03:00
committed by GitHub
parent 7a4bdbc88e
commit 34cc311b4d
4 changed files with 35 additions and 21 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ export function SystemTab() {
icon={<Users size={16} />}
>
<div className="contributors-grid">
{[...CONTRIBUTORS].sort((a, b) => b.contributions.length - a.contributions.length).map(c => (
{CONTRIBUTORS.map(c => (
<details key={c.github} className="contributor-card">
<summary className="contributor-card-summary">
<img