create-room-page-visibility is not used anywhere, this revision removed them.
cmn-Hans miss create-room-page-type and create-room-invite items, this revision added them.
Type: add
Differential D194
Remove useless items and added missing items of create-room-page series nannanko on Sat, Oct 26, 6:49 PM. Authored by Tags None Referenced Files
Subscribers None
Details
create-room-page-visibility is not used anywhere, this revision removed them. Type: add N/A
Diff Detail
Event TimelineComment Actions Please add a changelog type to the summary, using the following format: Type: (add|remove|skip|security|fix) Comment Actions ] wc -l src/l10n/cmn-Hans/100-ui.ftl 413 src/l10n/cmn-Hans/100-ui.ftl ] wc -l src/l10n/en/100-ui.ftl 435 src/l10n/en/100-ui.ftl seems there are still a lot of things missing in mandarin Comment Actions No, there is only one name error rather than lack of translation items. $ grep '=' src/l10n/cmn-Hans/100-ui.ftl | awk '{print $1}' > ~/.tmp/cmn $ grep '=' src/l10n/en/100-ui.ftl | awk '{print $1}' > ~/.tmp/en $ diff ~/.tmp/{cmn,en} 308c308 < user-page-ban-user-confirm-dialog-titile --- > user-page-ban-user-confirm-dialog-title Maybe we need a CI script to check the consistency of translation items. The collide of line counts is due to the different formats for some same items. e.g. // cmn-Hans room-list-view-room-item-unread-notification-count-text = { $count } 条未读通知 // en room-list-view-room-item-unread-notification-count-text = { $count } unread { $count -> [1] message *[other] messages } |