0.1.0 • Published 8 months ago

appwrite-i18n v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

说明

Appwrite的错误返回的翻译, 当前仅有zh-CN翻译。

使用

npm install appwrite-i18n

import Translation from 'appwrite-i18n'

const translation = new Translation('zh-CN')

try {
  // appwrite api
} catch (error) {
  const result = translation.parse(error.type)
}
0.1.0

8 months ago