Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
fatihpense
Active Contributor
Do you have big i18n property files?
Do you want to check if there is a missing translation with a click of a button?
...without leaving the convenient Web IDE?

Then, this plugin is for you!

 

Features


It detects the current project(the project of the currently open file or selected file).

It searches XML views for i18n usage. So, it doesn't just compare properties with each other, giving you peace of mind.

You can use it from tools menu:



A-ha! "Bonjour!" is missing in the French translation:



We fix it:



Everything is OK now:



The plugin assumes there is only one property file for each language. If you have different project structures please give feedback.

Any feedback regarding features and UI is welcome!

Installation


Create a destination:



If URL changes in the future I will update it here. You can also save this configuration as a text file and you can use "Import Destination" feature.

Also GitHub repo contains more mirrors and a handy .zip file, if you need to host the plugin yourself!
Name=i18n-helper
URL=https\://i18nhelper-p732728trial.dispatcher.hanatrial.ondemand.com
ProxyType=Internet
Type=HTTP
WebIDEEnabled=true
Authentication=NoAuthentication
WebIDEUsage=feature

Settings > Plugins > Repository "Features" > Enable the plugin > Save



Then there will be a new menu item Tools > I18n Helper > Compare Properties

Source Code


2 years ago, I have developed a similar tool for command line here.

However, I have observed that most of the UI5 development happens only in Web IDE. It has proven itself to be the go-to tool for UI5 developers. Also, the plugin development seems fun. I think the community can benefit a lot from community-developed plugins.

Plugin specific code is in plugin directory in this GitHub repo:

https://github.com/fatihpense/webide-i18n-plugin

Thanks


Web IDE team for the SDK Web Site and help. (sapwebide@sap.com)

daniel.wroblewski and jim.jaquet for the tutorials.(Update 2019-08-05: As Daniel mentions below the original tutorials are not available and you can visit the new tutorials here: Create an Extension for SAP Web IDE )

c3d1947136cd4c748a7aa794001af496 for informative blog posts.

And thanks for reading!
Fatih
18 Comments
Labels in this area