Skip to content

Commit b27b5f9

Browse files
committed
Plugin meta data (basic)
1 parent eed1fb9 commit b27b5f9

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

config/locales/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
en:

config/locales/ja.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ja:

init.rb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
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

Comments
 (0)