juanpablo-santos commented on pull request #173: URL: https://github.com/apache/jspwiki/pull/173#issuecomment-1060634181
Hi @selialkile ! thanks for your interest in JSPWiki :-) and apologies for taking so long in answering back. As for your proposal, may be these two default methods at [InternationalizationManager](https://github.com/apache/jspwiki/blob/master/jspwiki-main/src/main/java/org/apache/wiki/i18n/InternationalizationManager.java#L69-L95) are what you're looking for? IIRC, they came after JSPWiki was i18ned so that's why they're not used everywhere, as why should (note that we only use MessageFormat when the message has arguments). As for the PR itself, running [TranslationCheck](https://jspwiki-wiki.apache.org/Wiki.jsp?page=HowToI18n) for `it` yields the following missing untranslated strings: ``` Checking /CoreResources_it.properties... Missing: -------- comment.changenote = Comment added on {0} by {1} rss.title.full = Aggregated RSS feed of the entire wiki security.error.email.taken = The email ''{0}'' is already taken, you can use an email for only one profile. Checking /plugin/PluginResources_it.properties... Missing: -------- insertpage.more = More... weblogentryplugin.addcomment = <span class="icon-plus"></span> Add new comment ({0}) weblogentryplugin.more = (more) weblogentryplugin.permalink = Permalink weblogentryplugin.postedby = Posted by {0} Checking /templates/default_it.properties... Missing: -------- actions.confirmlogout = Please confirm that you want to logout! actions.groups = Groups actions.registernow = Register a new user! actions.showreaderview = Show Reader View actions.trail = Trail attach.add.drop = or drop them here attach.add.select = Select files or drop them here attach.moreinfo = Info blog.permalink = Permalink diff.tab = Version management editgroup.cancel.submit = Cancel editor.plain.autosuggest = Auto Suggest editor.plain.comment = Leave a comment editor.plain.comment.resize = Drag to resize the main page area editor.plain.create = Add your page content here editor.plain.edit.resize = Drag to resize the text and preview area editor.plain.livepreview = Live Preview editor.plain.localstorage.delete = Delete editor.plain.localstorage.restore = Restore this unsaved version! editor.plain.save.submit.comment = Post Comment editor.plain.sidebysidepreview = Side by Side Preview editor.plain.tbCHARS.title = Special characters editor.plain.tbFONT.title = Font group.actions = Actions group.created = Created on group.modified = Date Modified group.thecreator = Created by group.themodifier = Modified by info.uploadnew.candraganddrop = or drop them here! javascript.broken.image = Content unavailable! (broken link) javascript.dialog.cancel = Cancel javascript.dialog.character.entities = Character entities javascript.dialog.confirm = Confirm javascript.dialog.link.attributes = Wiki Link Attributes javascript.dialog.permission = Page Permission javascript.dialog.plugin = Plugin javascript.dialog.principal = Roles, Groups or Users javascript.dialog.styles = Additional Styles javascript.dialog.toc.options = TOC options javascript.filter.hint = Enter filter pattern (esc to clear) javascript.preview.zone = Preview Zone javascript.sbox.clearrecent = Clear Recent Searches javascript.sbox.clone = Clone this page javascript.sbox.create = Create {0} javascript.slimbox.btn = Click to view {0} javascript.slimbox.caption = Direct link to {0} javascript.slimbox.size = Size: {0}px x {1}px javascript.tablefilter = Filter Table Content prefs.cancel.submit = Cancel prefs.password0 = Current Password * prefs.password1 = New Password * prefs.user.appearance = Appearance prefs.user.appearance.dark = Dark prefs.user.appearance.light = Light prefs.user.layout = Page Layout prefs.user.layout.fixed = Fixed Width prefs.user.layout.fluid = Full Width prefs.user.orientation.hidden = Closed Sidebar prefs.user.pagecookie.delete = Delete Cookie prefs.user.pagecookies = Page Cookies prefs.user.pagecookies.actions = Actions prefs.user.pagecookies.page = Page prefs.user.pagecookies.type = Cookie Type sbox.search.button = Quick Search Menu sbox.search.fullsearch = For full search, hit enter... userbox.button = User Menu workflow.beforelogin = You must log in before you can access your Workflows ``` is there a chance you could add them to this PR? that way we could have another language fully translated into JSPWiki O:-) If not, please do tell us so we proceed with merging this corrections, which are also appreciated anyway :-) thx, juan pablo -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jspwiki.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org