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:
@@ -78,7 +78,7 @@ export default class Translator {
|
||||
}
|
||||
});
|
||||
|
||||
return translation;
|
||||
return translation.filter(part => part);
|
||||
}
|
||||
|
||||
return fallback || [key];
|
||||
|
Reference in New Issue
Block a user