Skip to content

Commit

Permalink
Internal: Bump year should ignore po files.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Jan 20, 2023
1 parent d1dad0a commit 30159ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/bump-year.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ require( '@ckeditor/ckeditor5-dev-bump-year' )
pattern: '!(build|coverage|external)/**',
options: {
ignore: [
'**/ckeditor5-*/build/**'
'**/ckeditor5-*/build/**',
'**/ckeditor5-*/lang/translations/*.po'
]
}
},
Expand Down

0 comments on commit 30159ba

Please sign in to comment.