Skip to content

Commit

Permalink
Merge pull request #312 from pnp/dev
Browse files Browse the repository at this point in the history
merge for v2.1.1
  • Loading branch information
estruyf authored Oct 28, 2020
2 parents 3578eff + 475e6ec commit 597f58e
Show file tree
Hide file tree
Showing 33 changed files with 53 additions and 84 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"versions": [
{
"version": "2.1.1",
"changes": {
"new": [],
"enhancements": [],
"fixes": [
"Localizations fix [#311](https://github.com/pnp/sp-dev-fx-property-controls/issues/311)"
]
},
"contributions": []
},
{
"version": "2.1.0",
"changes": {
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Releases

## 2.1.1

### Fixes

- Localizations fix [#311](https://github.com/pnp/sp-dev-fx-property-controls/issues/311)

## 2.1.0

### Enhancements
Expand Down
6 changes: 6 additions & 0 deletions docs/documentation/docs/about/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Releases

## 2.1.1

### Fixes

- Localizations fix [#311](https://github.com/pnp/sp-dev-fx-property-controls/issues/311)

## 2.1.0

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnp/spfx-property-controls",
"description": "Reusable property pane controls for SharePoint Framework solutions",
"version": "2.1.0",
"version": "2.1.1",
"engines": {
"node": ">=0.10.0"
},
Expand Down
4 changes: 1 addition & 3 deletions scripts/export-localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ const ts = require("typescript");
require('amd-loader');

const jsPlaceholder =
`declare var define: any;
define([], () => {
`define([], () => {
return {0};
});`;

Expand Down
2 changes: 1 addition & 1 deletion src/common/telemetry/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = "2.1.0";
export const version: string = "2.1.1";
4 changes: 1 addition & 3 deletions src/loc/bg-bg.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Прилагат",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Зареждане на папки...",
"FolderExplorerNoItems": "Тази папка няма никакви подпапки."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/ca-es.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Aplicar",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "S'estan carregant les carpetes...",
"FolderExplorerNoItems": "Aquesta carpeta no té subcarpetes."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/da-dk.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Anvende",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Indlæser mapper...",
"FolderExplorerNoItems": "Denne mappe har ingen undermapper."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/de-de.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Anwenden",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Ordner werden geladen...",
"FolderExplorerNoItems": "Dieser Ordner hat keine Unterordner."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/el-gr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Εφαρμόσετε",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Φόρτωση φακέλων...",
"FolderExplorerNoItems": "Αυτός ο φάκελος δεν έχει υποφακέλους."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/es-es.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Aplicar",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Cargando carpetas...",
"FolderExplorerNoItems": "Esta carpeta no tiene subcarpetas."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/et-ee.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Kohaldata",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Kaustade laadimine...",
"FolderExplorerNoItems": "Sellel kaustal pole ühtegi alamkausta."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/fi-fi.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Soveltaa",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Ladataan kansioita...",
"FolderExplorerNoItems": "Tässä kansiossa ei ole alikansioita."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/fr-fr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Appliquer",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Chargement de dossiers...",
"FolderExplorerNoItems": "Ce dossier n’a pas de sous-dossiers."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/it-it.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Applicare",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Caricamento delle cartelle in corso...",
"FolderExplorerNoItems": "Questa cartella non contiene sottocartelle."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/ja-jp.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "適用",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "フォルダーを読み込んでいます。",
"FolderExplorerNoItems": "このフォルダにはサブフォルダがありません。"
};
});
});
4 changes: 1 addition & 3 deletions src/loc/lt-lt.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Taikyti",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Įkeliami aplankai...",
"FolderExplorerNoItems": "Šiame aplanke nėra poaplankių."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/lv-lv.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Lietot",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Notiek mapju ielāde...",
"FolderExplorerNoItems": "Šai mapei nav apakšmapes."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/nb-no.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Bruke",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Laster inn mapper...",
"FolderExplorerNoItems": "Denne mappen har ingen undermapper."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/nl-nl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Bevestig",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Mappen laden...",
"FolderExplorerNoItems": "Deze map heeft geen submappen."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/pl-pl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Zastosować",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Trwa ładowanie folderów...",
"FolderExplorerNoItems": "Ten folder nie ma żadnych podfolderów."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/pt-pt.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Aplicar",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Pastas de carregamento...",
"FolderExplorerNoItems": "Esta pasta não tem sub-dobradores."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/ro-ro.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Aplica",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Se încarcă folderele...",
"FolderExplorerNoItems": "Acest folder nu are subfoldere."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/ru-ru.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Применить",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Загрузка папок...",
"FolderExplorerNoItems": "Эта папка не имеет субфолдеров."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/sk-sk.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Použiť",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Načítavajú sa priečinky...",
"FolderExplorerNoItems": "Tento priečinok nemá žiadne podpriečinky."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/sr-latn-rs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Primenite",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Učitavanje fascikli...",
"FolderExplorerNoItems": "Ova fascikla nema potfascikle."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/sv-se.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Tillämpa",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Läser in mappar...",
"FolderExplorerNoItems": "Den här mappen har inga undermappar."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/tr-tr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Uygulamak",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Klasörleri yükleme...",
"FolderExplorerNoItems": "Bu klasörde alt klasör yok."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/vi-vn.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "Áp dụng",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "Đang nạp cặp...",
"FolderExplorerNoItems": "Cặp này không có bất kỳ cặp con nào."
};
});
});
4 changes: 1 addition & 3 deletions src/loc/zh-cn.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare var define: any;

define([], () => {
return {
"ApplyButtonLabel": "应用",
Expand Down Expand Up @@ -223,4 +221,4 @@ define([], () => {
"FolderExplorerLoading": "正在加载文件夹...",
"FolderExplorerNoItems": "此文件夹没有任何子文件夹。"
};
});
});
Loading

0 comments on commit 597f58e

Please sign in to comment.