feat(i18n, client): migrate meta translations (#40885)

This commit is contained in:
Nicholas Carrigan (he/him)
2021-02-03 00:03:52 -08:00
committed by GitHub
parent f5f2df187b
commit 1a642ba542
16 changed files with 159 additions and 123 deletions

View File

@@ -23,6 +23,9 @@ const filesThatShouldExist = [
},
{
name: 'intro.json'
},
{
name: 'meta-tags.json'
}
];