Michael Telatynski
71664f5f8e
Migrate action, common, a11y translation keys
```
move () {
FROM=$1 TO=$2 find public/locales -type f -exec sh -c 'jq ".$TO = .\"$FROM\" | del(.\"$FROM\") | del(..|nulls) | select(length > 0)" {} | sponge {}' \;
}
move "Avatar" "common.avatar"
move "Camera" "common.camera"
move "Close" "action.close"
move "Copied!" "common.copied"
move "Copy" "action.copy"
move "Copy link" "action.copy_link"
move "Encrypted" "common.encrypted"
move "Go" "action.go"
move "Home" "common.home"
move "Invite" "action.invite"
move "Loading…" "common.loading"
move "Microphone" "common.microphone"
move "No" "action.no"
move "Not encrypted" "common.unencrypted"
move "Password" "common.password"
move "Profile" "common.profile"
move "Username" "common.username"
move "Video" "common.video"
move "Register" "action.register"
move "Remove" "action.remove"
move "Settings" "common.settings"
move "Sign in" "action.sign_in"
move "Sign out" "action.sign_out"
move "Submit" "action.submit"
move "User menu" "a11y.user_menu"
move "Audio" "common.audio"
move "Display name" "common.display_name"
```
2023-11-20 12:18:43 +00:00
..
2023-09-17 17:48:03 -04:00
2023-10-11 10:42:04 -04:00
2023-09-18 10:42:07 -04:00
2023-11-20 12:18:43 +00:00
2023-04-17 16:58:51 -04:00
2023-09-08 16:41:23 -04:00
2023-11-20 12:18:43 +00:00
2023-11-20 12:18:43 +00:00
2023-11-20 12:18:43 +00:00
2023-10-26 19:33:59 +02:00
2023-11-15 16:20:28 +00:00
2023-09-27 17:45:18 -04:00
2023-11-20 12:18:43 +00:00
2023-09-25 14:13:35 -04:00
2023-10-30 11:42:39 -04:00
2023-09-25 14:16:29 -04:00
2023-10-11 10:42:04 -04:00
2023-10-11 10:42:04 -04:00
2023-10-11 10:42:04 -04:00
2023-01-03 16:58:38 +00:00
2023-11-20 12:18:43 +00:00
2023-10-25 13:49:18 +02:00
2023-10-11 16:29:08 +01:00
2023-10-11 10:42:04 -04:00
2023-10-11 10:42:04 -04:00
2023-10-13 10:30:06 +01:00
2023-09-22 18:07:06 -04:00
2023-10-11 10:42:04 -04:00
2023-09-08 16:41:23 -04:00
2023-10-11 10:42:04 -04:00
2023-09-18 15:58:36 -04:00
2023-10-13 14:44:19 -04:00