1
0
mirror of https://github.com/flarum/core.git synced 2025-10-09 14:06:26 +02:00

Make punctuate translatable, rename to punctuateSeries

This commit is contained in:
Toby Zerner
2015-10-08 22:42:03 +10:30
parent 0ce014b3bb
commit bddbf24055
5 changed files with 38 additions and 31 deletions

View File

@@ -78,7 +78,7 @@ export default class Translator {
}
});
return translation;
return translation.filter(part => part);
}
return fallback || [key];