- l10n: Add Chinese (simplified) extension locales (Thanks, @enlove!)

- Linting (ESLint): Avoid reporting `no-console`
- Refactoring: Avoid Firefox console errors with hidden iframe
- Docs (CHANGES): Fix Markdown heading level
This commit is contained in:
Brett Zamir
2018-11-30 18:27:22 +08:00
parent c6d07fbb7c
commit 17bc78fa3f
21 changed files with 255 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
export default {
name: '数学',
buttons: [
{
title: '添加数学计算'
}
]
};