Skip to content

Commit aec0e21

Browse files
committed
Internationalization this app
1 parent d966a16 commit aec0e21

File tree

10 files changed

+27
-10
lines changed

10 files changed

+27
-10
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
77
sign_dir=$(build_dir)/sign
88
package_name=$(app_name)
99
cert_dir=$(CURDIR)/../../key
10-
version+=0.0.6
10+
version+=0.0.7
1111

1212
all: appstore
1313

README.md

+21-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,36 @@
1-
## Mind map for Nextcloud
1+
# Mind map for Nextcloud
22

33
This application enables Nextcloud users to open, save and edit mind map files in the web browser.
44
App icon by [Icons8](https://icons8.com) and mind map powered by [KityMinder Editor](https://github.com/fex-team/kityminder-editor).
55

6+
## How to use
7+
1. Install app
8+
2. Click New button in Nextcloud file page
9+
3. Choose "New mind map file"
610

11+
You can also click a .km file to edit.
12+
13+
## Contribute
14+
translate: Go to [https://github.com/ACTom/kityminder-editor](https://github.com/ACTom/kityminder-editor), and translate strings in l10n directory.
15+
16+
# 中文说明
717
这是Nextcloud的一个思维导图应用,它可以让用户在浏览器中打开、编辑、保存思维导图文件,应用的图标来自于[Icons8](https://icons8.com),应用核心显示模块采用[KityMinder Editor](https://github.com/fex-team/kityminder-editor)
818

9-
# 应用截图
19+
## 如何使用
20+
1. 安装应用
21+
2. 点击Nextcloud 文件界面的新建按钮
22+
3. 选择"新建思维导图文件"
23+
24+
你也可以直接点击一个.km文件来编辑。
25+
26+
## 应用截图
1027
![截图1](https://raw.githubusercontent.com/ACTom/files_mindmap/master/screenshots/1.png)
1128

1229
![截图2](https://raw.githubusercontent.com/ACTom/files_mindmap/master/screenshots/2.png)
1330

1431
![截图3](https://raw.githubusercontent.com/ACTom/files_mindmap/master/screenshots/3.png)
1532

16-
# 计划
17-
* 本地图片上传并编码至km文件
33+
## 计划
34+
* 本地图片上传并编码至km文件(已完成)
1835
* 多标签页思维导图kmp格式支持
1936
* xmind格式支持

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Mind Map</name>
66
<summary>A Mind map editor</summary>
77
<description><![CDATA[This application enables Nextcloud users to open, save and edit mind map files in the web browser. If enabled, an entry in the New button at the top of the web browser the Mindmap file entry appears. When clicked, a new mindmap file opens in the browser and the file can be saved into the current Nextcloud directory.]]></description>
8-
<version>0.0.6</version>
8+
<version>0.0.7</version>
99
<licence>agpl</licence>
1010
<author mail="[email protected]" homepage="https://actom.me">Jingtao Yan</author>
1111
<namespace>Files_MindMap</namespace>

js/viewer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ redirectIfNotDisplayedInFrame();
2626
var self = this;
2727
angular.module('mindmap', ['kityminderEditor'])
2828
.config(function (configProvider) {
29-
configProvider.set('defaultLang', lang);
29+
configProvider.set('lang', lang);
3030
})
3131
.controller('MainController', function($scope) {
3232
$scope.initEditor = function(editor, minder) {
13.9 KB
Loading
9.95 KB
Loading
23.9 KB
Loading
19.1 KB
Loading

vendor/kityminder-editor/kityminder.editor.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/kityminder-editor/kityminder.editor.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)