Skip to content

Commit 673c07c

Browse files
committed
rename and version bump
1 parent c5ea087 commit 673c07c

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "translations",
2+
"name": "static-translations",
33
"description": "Kirby Translation Plugin",
44
"author": "Roman Steiner",
5-
"version": "0.0.1",
5+
"version": "0.1.0",
66
"type": "kirby-plugin",
77
"license": "MIT"
88
}

readme.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Kirby translations plugin
22

3-
version 0.0.1
3+
version 0.1.0
44

55
A plugin for the Kirby 2 CMS. It allows you to view, complete and correct translation entries of the `site/languages/*.php` files via the panel.
66

@@ -9,30 +9,28 @@ A plugin for the Kirby 2 CMS. It allows you to view, complete and correct transl
99
##Attention
1010
This plugin works by deleting and rewriting your files in `site/languages/`. Anything other than `l::set()` calls will be lost.
1111

12-
User input will be mapped to PHP's `addslashes` method, the plugin will do no other escaping (a user could therefore enter HTML code, including potentially dangerous `<script>` tags).
13-
1412
##Compatibility
15-
This plugin has been tested with Kirby 2.3.2.
13+
This plugin has been tested with Kirby 2.3.2 and 2.4.0
1614

1715
##Installation
1816

1917
### Kirby CLI
2018

21-
If you are using the Kirby CLI you can install this field plugin by running the following command in your shell from the root folder of your Kirby installation:
19+
If you are using the Kirby CLI you can install this plugin by running the following command in your shell from the root folder of your Kirby installation:
2220

2321
```
2422
kirby plugin:install rasteiner/kirbytranslations
2523
```
2624

2725
### Manual
2826

29-
Download the repository, extract it into the `site/plugins` folder, then rename the extracted folder to "translations".
27+
Download the repository, extract it into the `site/plugins` folder, then rename the extracted folder to `static-translations`.
3028

3129
##Usage
3230
- Install the plugin
3331
- Have something in your `site/languages/` folder
3432
- In your browser open `hostname/panel/translations`
3533
- Edit the text in shown table
36-
- Save by clicking the save button below
34+
- Save by clicking the save button below, CTRL+S or simply Enter
3735

3836

File renamed without changes.

0 commit comments

Comments
 (0)