bitzquad / bitzquad.com

Development of bitzquad.com
https://bitzquad.com
2 stars 4 forks source link

Refractored and standalized multilingual text sources #90

Closed HasinduLanka closed 2 years ago

HasinduLanka commented 2 years ago

Summary

Refactored and standardized multilingual text sources for easy import of translated CSV files.

Details

Moved text sources to dedicated files. Standards for these files are as follows,

Example file : File name WorldWithUs_Text.ts for svelte file WorldWithUs.svelte

export default {
    title: {
        en: 'The world with us',
        fr: 'Services',
        si: 'ලොව පුරා ව්‍යාප්ත අපගේ කණ්ඩායම',
    },
    description: {
        en: 'Our increasing team of passionate people who love to work together to make the world a better place.',
        fr: 'Nous sommes une équipe de passionnés qui adorent travailler ensemble pour rendre le monde meilleur.',
        si: 'අප දිනෙන් දින වර්ධනය වන, ලෝකය වඩා හොඳ තැනක් කිරීමට එකට වැඩ කිරීමට කැමති උද්‍යෝගිමත් කණ්ඩායමකි.',
    },
};

Checklist

Test Environments