Italian language update (#13148)
Some checks are pending
CI / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:ubuntu-22.04 target:x86_64-unknown-linux-gnu]) (push) Waiting to run
Full Flutter CI / run-ci (push) Waiting to run

This commit is contained in:
bovirus 2025-10-13 14:43:07 +02:00 committed by GitHub
parent 30552fd202
commit 6f9728f2d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -719,7 +719,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Small", "Piccola"),
("Large", "Grande"),
("Show virtual joystick", "Visualizza joystick virtuale"),
("Edit note", ""),
("Alias", ""),
("Edit note", "Modifica nota"),
("Alias", "Alias"),
].iter().cloned().collect();
}