2
0
NGPixel 8 жил өмнө
parent
commit
699d0b5c8c

+ 2 - 0
CHANGELOG.md

@@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
 - **History**: History section to list all changes
 - **History**: History section to list all changes
 - **Localization**: All UI text elements are now localized
 - **Localization**: All UI text elements are now localized
 - **Localization**: Chinese locale is now available (thanks to @choicky)
 - **Localization**: Chinese locale is now available (thanks to @choicky)
+- **Localization**: Russian locale is now available (thanks to @efimlosev)
+- **Localization**: Spanish locale is now available (thanks to @MatiasArriola)
 
 
 ### Changed
 ### Changed
 - **Misc**: Updated dependencies
 - **Misc**: Updated dependencies

+ 1 - 1
npm/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "wiki.js",
   "name": "wiki.js",
-  "version": "1.0.0-beta.11.1",
+  "version": "1.0.0-beta.12",
   "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
   "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
   "main": "install.js",
   "main": "install.js",
   "scripts": {
   "scripts": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "wiki",
   "name": "wiki",
-  "version": "1.0.0-beta.11",
+  "version": "1.0.0-beta.12",
   "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
   "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
   "main": "server.js",
   "main": "server.js",
   "scripts": {
   "scripts": {