Skip to content

Commit

Permalink
fix license config
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcao13 committed Aug 24, 2023
1 parent a666708 commit 3782ea2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
15 changes: 0 additions & 15 deletions LOCALIZATION.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
/*
Copyright The Cryostat Authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
## Localization with react-i18next

Cryostat-web uses [i18next](https://www.i18next.com/) as an internationalization-framework. The react-i18next package is used to integrate i18next with React. To add new user strings to the project, they must be handled in the manner below.
Expand Down
3 changes: 1 addition & 2 deletions license-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"stories",
"__mocks__",
"**/.*",
"**/README.md",
"TESTING.md",
"**/*.md",
"**/*.js",
"yarn.lock",
".yarn/**/*",
Expand Down

0 comments on commit 3782ea2

Please sign in to comment.