Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .hound.yml

This file was deleted.

19 changes: 4 additions & 15 deletions build-scripts/gulp/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,10 @@ String.prototype.rsplit = function (sep, maxsplit) {
: split;
};

// Panel translations which should be split from the core translations. These
// should mirror the fragment definitions in polymer.json, so that we load
// additional resources at equivalent points.
const TRANSLATION_FRAGMENTS = [
"config",
"history",
"logbook",
"mailbox",
"profile",
"shopping-list",
"page-authorize",
"page-demo",
"page-onboarding",
"developer-tools",
];
// Panel translations which should be split from the core translations.
const TRANSLATION_FRAGMENTS = Object.keys(
require("../../src/translations/en.json").ui.panel
);

function recursiveFlatten(prefix, data) {
let output = {};
Expand Down
40 changes: 0 additions & 40 deletions polymer.json

This file was deleted.