Skip to content

Commit

Permalink
FLUID-6785: resolve linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Dec 6, 2024
1 parent 02479f6 commit 73efdef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
10 changes: 4 additions & 6 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ categorized by license:

### Apache 2.0

* [`fluid.load.scripts` is based on Jake Archibald's script loading example](
https://www.html5rocks.com/en/tutorials/speed/script-loading/#toc-dom-rescue)
* [`fluid.load.scripts` is based on Jake Archibald's script loading example](https://www.html5rocks.com/en/tutorials/speed/script-loading/#toc-dom-rescue)
* [Roboto Slab](https://github.com/googlefonts/robotoslab)
* via [Fontsource](https://fontsource.org/fonts/roboto-slab)

Expand Down Expand Up @@ -176,13 +175,12 @@ categorized by license:

### zlib/libpng License

* [fastXmlPull is based on XML for Script's Fast Pull Parser v3.1](
https://wiki.fluidproject.org/display/fluid/Licensing+for+fastXmlPull.js)
* [fastXmlPull is based on XML for Script's Fast Pull Parser v3.1](https://wiki.fluidproject.org/display/fluid/Licensing+for+fastXmlPull.js)

## Documentation

Documentation and tutorials can found on the [Infusion Documentation](
https://docs.fluidproject.org/infusion/development/) site.
Documentation and tutorials can found on the [Infusion Documentation](https://docs.fluidproject.org/infusion/development/)
site.

## Supported Browsers

Expand Down
20 changes: 10 additions & 10 deletions tests/framework-tests/renderer/data/testProperties.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"cancel": "\u30ad\u30e3\u30f3\u30bb\u30eb",
"cancel_message": "\u9806\u5e8f\u5909\u66f4\u3092\u30ad\u30e3\u30f3\u30bb\u30eb",
"show_add": "Adicionar p\u00e1gina(s) ao seu site",
"save": "\u4fdd\u5b58",
"multiline_name": "This extends over multiple lines",
"Truth1": "Beauty",
"Truth2": "Beauty",
"Truth3": "Beauty",
"fruits": "apple, banana, pear, cantaloupe, watermelon, kiwi, mango",
"The Truth": "None"
"cancel": "\u30ad\u30e3\u30f3\u30bb\u30eb",
"cancel_message": "\u9806\u5e8f\u5909\u66f4\u3092\u30ad\u30e3\u30f3\u30bb\u30eb",
"show_add": "Adicionar p\u00e1gina(s) ao seu site",
"save": "\u4fdd\u5b58",
"multiline_name": "This extends over multiple lines",
"Truth1": "Beauty",
"Truth2": "Beauty",
"Truth3": "Beauty",
"fruits": "apple, banana, pear, cantaloupe, watermelon, kiwi, mango",
"The Truth": "None"
}

0 comments on commit 73efdef

Please sign in to comment.