mirror of
https://github.com/Alee14/DLAP.git
synced 2025-01-22 10:52:03 -05:00
Added parlance translation team to credit
This commit is contained in:
parent
206ff40438
commit
0bff828018
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export default {
|
||||||
{ name: t('aboutInfo'), value: t('aboutInfoValue') },
|
{ name: t('aboutInfo'), value: t('aboutInfoValue') },
|
||||||
{ name: t('aboutBotVersion'), value: `DLAP ${npmPackage.version}` },
|
{ name: t('aboutBotVersion'), value: `DLAP ${npmPackage.version}` },
|
||||||
{ name: t('aboutCreator'), value: 'Andrew Lee (alee)' }, // Do not remove this since I created this :)
|
{ name: t('aboutCreator'), value: 'Andrew Lee (alee)' }, // Do not remove this since I created this :)
|
||||||
{ name: t('aboutContributors'), value: 'Victor Moraes (Vicktor#7232) (Improving README)' },
|
{ name: t('aboutContributors'), value: 'Victor Moraes (Vicktor#7232) (Improving README)\nParlance Translation Team' },
|
||||||
// { name: t('aboutForked'), value: '[your name] (username)' },
|
// { name: t('aboutForked'), value: '[your name] (username)' },
|
||||||
{ name: t('aboutFrameworks'), value: `Discord.JS ${version}\nmusic-metadata\ni18next` },
|
{ name: t('aboutFrameworks'), value: `Discord.JS ${version}\nmusic-metadata\ni18next` },
|
||||||
{ name: t('aboutLicense'), value: 'GNU General Public License v3.0' }
|
{ name: t('aboutLicense'), value: 'GNU General Public License v3.0' }
|
||||||
|
|
Loading…
Reference in a new issue