Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update packages and translations #14792

Merged
merged 4 commits into from
Apr 19, 2022
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
10 changes: 3 additions & 7 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,10 @@ function createWebpackConfig(
!disableSourceMaps;
const skipBabel = bundleDefines.SKIP_BABEL;

// `core-js` (see https://github.com/zloirock/core-js/issues/514),
// `web-streams-polyfill` (already using a transpiled file), and
// `core-js` (see https://github.com/zloirock/core-js/issues/514), and
// `src/core/{glyphlist,unicode}.js` (Babel is too slow for those when
// source-maps are enabled) should be excluded from processing.
const babelExcludes = [
"node_modules[\\\\\\/]core-js",
"node_modules[\\\\\\/]web-streams-polyfill",
];
const babelExcludes = ["node_modules[\\\\\\/]core-js"];
if (enableSourceMaps) {
babelExcludes.push("src[\\\\\\/]core[\\\\\\/](glyphlist|unicode)");
}
Expand Down Expand Up @@ -2103,7 +2099,7 @@ function packageBowerJson() {
license: DIST_LICENSE,
dependencies: {
dommatrix: "^0.0.24",
"web-streams-polyfill": "^3.2.0",
"web-streams-polyfill": "^3.2.1",
},
peerDependencies: {
"worker-loader": "^3.0.8", // Used in `external/dist/webpack.js`.
Expand Down
2 changes: 1 addition & 1 deletion l10n/be/viewer.properties
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ page_scale_percent={{scale}}%

# Loading indicator messages
loading=Чытаецца…
loading_error=Здарылася памылка падчас загрузкі PDF.
loading_error=Здарылася памылка ў часе загрузкі PDF.
invalid_file_error=Няспраўны або пашкоджаны файл PDF.
missing_file_error=Адсутны файл PDF.
unexpected_response_error=Нечаканы адказ сервера.
Expand Down
3 changes: 3 additions & 0 deletions l10n/kab/viewer.properties
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ cursor_text_select_tool_label=Afecku n tefrant n uḍris
cursor_hand_tool.title=Rmed afecku afus
cursor_hand_tool_label=Afecku afus

scroll_page.title=Seqdec adrurem n usebter
scroll_page_label=Adrurem n usebter
scroll_vertical.title=Seqdec adrurem ubdid
scroll_vertical_label=Adrurem ubdid
scroll_horizontal.title=Seqdec adrurem aglawan
Expand Down Expand Up @@ -168,6 +170,7 @@ find_next.title=Aff-d timseḍriwt n twinest d-iteddun
find_next_label=Ddu ɣer zdat
find_highlight=Err izirig imaṛṛa
find_match_case_label=Qadeṛ amasal n isekkilen
find_match_diacritics_label=Qadeṛ ifeskilen
find_entire_word_label=Awalen iččuranen
find_reached_top=Yabbeḍ s afella n usebter, tuɣalin s wadda
find_reached_bottom=Tebḍeḍ s adda n usebter, tuɣalin s afella
Expand Down
6 changes: 6 additions & 0 deletions l10n/sc/viewer.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,28 @@
# limitations under the License.

# Main toolbar buttons (tooltips and alt text for images)
previous.title=Pàgina anteriore
previous_label=S'ischeda chi b'est primu
next.title=Pàgina imbeniente
next_label=Imbeniente

# LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
page.title=Pàgina
# LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
# representing the total number of pages in the document.
of_pages=de {{pagesCount}}
# LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
# will be replaced by a number representing the currently visible page,
# respectively a number representing the total number of pages in the document.
page_of_pages=({{pageNumber}} de {{pagesCount}})

zoom_out.title=Impitica
zoom_out_label=Impitica
zoom_in.title=Ismànnia
zoom_in_label=Ismànnia
zoom.title=Ismànnia
presentation_mode.title=Cola a sa modalidade de presentatzione
presentation_mode_label=Modalidade de presentatzione
open_file.title=Aberi s'archìviu
open_file_label=Abertu
print.title=Imprenta
Expand Down
3 changes: 2 additions & 1 deletion l10n/tg/viewer.properties
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ document_properties_kb={{size_kb}} КБ ({{size_b}} байт)
document_properties_mb={{size_mb}} МБ ({{size_b}} байт)
document_properties_title=Сарлавҳа:
document_properties_author=Муаллиф:
document_properties_subject=Мавзӯъ:
document_properties_subject=Мавзуъ:
document_properties_keywords=Калимаҳои калидӣ:
document_properties_creation_date=Санаи эҷод:
document_properties_modification_date=Санаи тағйирот:
Expand Down Expand Up @@ -124,6 +124,7 @@ find_match_count_limit[two]=Зиёда аз {{limit}} мувофиқат
find_match_count_limit[few]=Зиёда аз {{limit}} мувофиқат
find_match_count_limit[many]=Зиёда аз {{limit}} мувофиқат
find_match_count_limit[other]=Зиёда аз {{limit}} мувофиқат
find_not_found=Ибора ёфт нашуд

# Error panel labels
error_more_info=Маълумоти бештар
Expand Down
Loading