mirror of
https://github.com/go-task/task.git
synced 2025-12-25 16:09:26 +01:00
feat: docusaurus v3 (#1432)
* feat: docusaurus v3 * feat: update release tool to stop it from converting links - this is now done use mdx plugins * fix: broken links * feat: more github links and prettier config * chore: changelog * fix: blog emoji
This commit is contained in:
@@ -9,7 +9,7 @@ const projectId = '574591';
|
||||
const initClient = () => {
|
||||
if (!personalToken) {
|
||||
console.warn(
|
||||
'No crowding personal token, some features might not work as expected'
|
||||
'No crowdin personal token, some features might not work as expected'
|
||||
);
|
||||
return null;
|
||||
}
|
||||
@@ -23,7 +23,7 @@ const initClient = () => {
|
||||
* Get translation progress
|
||||
* @return {object} translation progress
|
||||
*/
|
||||
async function getTranslationProgress() {
|
||||
export async function getTranslationProgress() {
|
||||
let translationProgress = {};
|
||||
const { translationStatusApi } = initClient() || {};
|
||||
|
||||
@@ -44,7 +44,3 @@ async function getTranslationProgress() {
|
||||
|
||||
return translationProgress;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
getTranslationProgress
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user