Skip to content

Commit

Permalink
blog 2 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
comradekingu authored Mar 26, 2021
1 parent 594d32d commit 3ded5c4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions blog2
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
Announcing Weblate


After about week of (not so heavy) development, I can announce availability of Weblate - web based translation tool with tight Git integration.
Following a week of (not so heavy) development, I can announce Weblate — a web-based translation tool with tight Git integration.

The project was started because I was not happy with existing solutions (see my blog post) as all of them was missing some features I find useful. I started with quite simple definition:
Unhappy with existing solutions, it came to be (see my blog post) because all of them were missing features I find useful. I started with a simple definition:

Minimalistic web based translation with direct commit to git on each translation made. There is no plan in heavy conflict resolution as these should be primarily handled on git side.
Minimalistic web-based translation with direct commits to Git for each translation made. There is no plan of heavy conflict resolution, as this should primarily be handled on the Git side.

Also the project started with defined list of features:
The project also started with a defined list of features:

Easy web based translation
Easy web-based translation
Propagation of translations across sub-projects (for different branches)
Tight git integration
Usage of Django's admin interface
Upload and automatic merging of po files
Tight Git integration
Use of Django's admin interface
Uploading and automatic merging of PO files
Links to source files for context

Pretty much all of that is completed right now, however there will be definitely some issues which will need fixing.
Pretty much all of that is completed, however there will definitely be some issues in need of fixing.

All important information about the project are available on it's website, the code is hosted on Github. If you are curious how it looks, you can try it out on demo server. You can login there with demo account using demo password or register your own user.
All important info about the project is available on the website. The code is hosted on GitHub. If you are curious how it looks, try it out on the demo server. Log in there with the account "demo" using "demo" as the password, or register your own user.

Please give it some testing as I plan to deploy it on http://l10n.cihar.com/ pretty soon.
Please give it a test, as I plan to deploy it on http://l10n.cihar.com/ fairly soon.

0 comments on commit 3ded5c4

Please sign in to comment.