OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/config/i18n-js.yml

22 lines
476 B

# Only export keys within the js scope, supporting two levels of nesting,
# e.g.:
#
# en:
# js:
# error_message: An error occurred.
# my_plugin_name:
# js:
# welcome_text: Welcome back.
# user:
# js:
# project_name: Project name:
# admin:
# js:
# delete_project: Delete Project!
#
translations:
- file: "public/javascripts/i18n/translations.js"
only:
- '*.js'
- '*.*.js'
- '*.*.*.js'