- 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:
9
editor/extensions/ext-locale/eyedropper/zh-CN.js
Executable file
9
editor/extensions/ext-locale/eyedropper/zh-CN.js
Executable file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
name: '滴管',
|
||||
buttons: [
|
||||
{
|
||||
title: '滴管工具',
|
||||
key: 'I'
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user