We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed1fb9 commit b27b5f9Copy full SHA for b27b5f9
config/locales/en.yml
@@ -0,0 +1 @@
1
+en:
config/locales/ja.yml
+ja:
init.rb
@@ -0,0 +1,12 @@
+require 'redmine'
2
+
3
+Redmine::Plugin.register :redmine_gtt_print do
4
+ name 'Redmine GTT Print Plugin'
5
+ author 'Georepublic'
6
+ author_url 'https://hub.georepublic.net/gtt/redmine_gtt_print'
7
+ description 'Adds advanced printing capabilities for GTT reports'
8
+ version '0.1.0'
9
10
+ requires_redmine version_or_higher: '3.4.0'
11
+end
12
0 commit comments