UNPKG

crowdfree

Version:

A crowdin compatible tool for translation and localisation of websites and applications

4 lines (3 loc) 134 B
module.exports = function sortTranslations(translations) { return translations.sort((a, b) => Number(a.key > b.key) * 2 - 1) }