Trump anuncia un alto el fuego de tres días entre Rusia y Ucrania

El acuerdo incluye un intercambio de 1.000 prisioneros entre ambos países

Clarivista

Estados Unidos retirará 5.000 soldados de Alemania en medio de tensiones políticas https://clarivista.info/es/internacional/internacional-estados-unidos-retirara-5000-soldados-alemania-medio-tensiones

#INTL #Otros

Estados Unidos retirará 5.000 soldados de Alemania en medio de tensiones políticas

El Pentágono completará el repliegue en un plazo de seis a doce meses tras una evaluación estratégica.

Clarivista

[Перевод] Intl: мощный браузерный API, который вы, возможно, не используете

Intl API широко доступен (за исключением Intl.DurationFormat , который работает во всех современных браузерах, но существует недостаточно долго, чтобы считаться «широко доступным») и может удовлетворить почти все требования к форматированию непосредственно в браузере, без загрузки кода и без необходимости его парсинга. Он также учитывает языковые предпочтения пользователей, поэтому даты и числа можно форматировать так, как им удобно, без дополнительных усилий.

https://habr.com/ru/companies/timeweb/articles/1026356/

#javascript #js #intl #datetimeformat #numberformat #locale #internationalization #timeweb_статьи_перевод #web_api #localization

Intl: мощный браузерный API, который вы, возможно, не используете

Вероятно, вы когда-нибудь использовали Moment.js , date-fns , Luxon или numeral.js . Разработчики годами полагаются на эти библиотеки для форматирования дат, чисел и валют. Это очень полезные...

Хабр

@w3cdevs @w3c @mdn @dontcallmeDOM

2 urgent and rude wishes :

- Check out which engine has most data in https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Intl
Some are missing the Federal States, some are missing some Language or Currrency Names and also some have more knowledge of Timezones.
Let all other engines paste it.
It is easy and boring ;) but we need #Intl more than ever
#JS

- After all the years make masonry grid reality
(after 1000 name changes not sure how it is called now);
https://github.com/w3c/csswg-drafts/issues/9733
#masonry #gridlanes #CSS

Intl - JavaScript | MDN

Das Intl Namensraum-Objekt enthält mehrere Konstruktoren sowie Funktionen, die den Internationalisierungs-Konstruktoren und anderen sprachsensitiven Funktionen gemeinsam sind. Zusammen bilden sie die ECMAScript Internationalization API, die sprachsensitive Zeichenfolgenvergleiche, Nummernformatierung, Datums- und Zeitformatierung und mehr bietet.

MDN Web Docs

@jensimmons
@paul
@jaffathecake
@deno_land
et al.

#JS #Intl #i18n

Hello browser people, hello server people, hello JS,

what I do wonder about is if we could harmonize the data offered in your version of Intl https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Intl

Two examples :
- Federal States and Currency

user story;
A client-to-server federated software can rely on Intl and use all of its data and names in all of the languages consistently.

Currently some environments only offer ISO3166-2 and "a subset of" ISO3166-2-lvl4 while others thankfully offer all ISO3166-2-lvl4 and ISO3166-2-lvl8 …
Let's just get all of the states.

Yesterday we had a quiz with the question of the currency in the "holiday paradise Curaçao and Sint Maarten" which is the Carribean Gulden since 2025.

Could there be 1 repository for the data for all [despite hypercapitalism] ?

Then we could e.g. write things comparing against e.g. wikidata, contribute, keep it updated and be happy.

?

Intl - JavaScript | MDN

Das Intl Namensraum-Objekt enthält mehrere Konstruktoren sowie Funktionen, die den Internationalisierungs-Konstruktoren und anderen sprachsensitiven Funktionen gemeinsam sind. Zusammen bilden sie die ECMAScript Internationalization API, die sprachsensitive Zeichenfolgenvergleiche, Nummernformatierung, Datums- und Zeitformatierung und mehr bietet.

MDN Web Docs

@webi18n

Thank you !!! (!)

JS Intl is probably the most underestimated thing in the web :)

Try to ask devs. where in the browser you find the name in all the languages of all ISO stuff like countries, regions, languages currency.
Try to ask where all the timezones of the world are or how you give people internationalized lists, number expressions or relative time …

This is all https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl and in #ActivityPub we just need to federate e.g. id: "DE" for Germany.
It is crazy nice for https://martinfowler.com/bliki/Datensparsamkeit.html as well - our preview of the countries tsv incl. all stats like Pressfreedom Index is around 50kb …
Die AI, die.

#i18n #intl

Intl - JavaScript | MDN

The Intl namespace object contains several constructors as well as functionality common to the internationalization constructors and other language sensitive functions. Collectively, they comprise the ECMAScript Internationalization API, which provides language sensitive string comparison, number formatting, date and time formatting, and more.

MDN Web Docs

Обнови ICU в PHP 7.3 intl на Centos 7, если осмелишься

Надеюсь, этот материал вам никогда не понадобится. А если понадобится, то вы уже преисполнились проблемой и полны решимости ее исправить! Вкратце, новые таймзоны не распознаются старыми библиотеками, а это чревато ошибками и неожиданностями. Я джва года ждал!

https://habr.com/ru/articles/975498/

#intl #icu #timezones #centos

Обнови ICU в PHP 7.3 intl на Centos 7, если осмелишься

Вот оно счастье! Надеюсь, этот материал вам никогда не понадобится. А если понадобится, то вы уже преисполнились проблемой и полны решимости ее исправить! Вкратце, новые таймзоны не распознаются...

Хабр

[Перевод] Мощь Intl API: подробное руководство по встроенной в браузер интернационализации

В двух словах: интернационализация — это не только перевод текста. Она включает в себя форматирование дат, правильное образование множественного числа, сортировку имен и многое другое с учетом конкретных локалей. Вместо тяжелых сторонних библиотек современный JavaScript предлагает Intl API — мощный встроенный инструмент для работы с i18n. Еще одно напоминание о том, что веб действительно глобален. Существует распространенное заблуждение, что интернационализация (i18n) сводится лишь к переводу интерфейса. Перевод, конечно, важен, но это лишь одна из частей. Настоящая сложность — в адаптации информации под культурные особенности .

https://habr.com/ru/companies/timeweb/articles/939690/

#javascript #js #intl #internationalization #localization #i18n #интернационализация #локализация #timeweb_статьи_перевод

Мощь Intl API: подробное руководство по встроенной в браузер интернационализации

В двух словах: интернационализация — это не только перевод текста. Она включает в себя форматирование дат, правильное образование множественного числа, сортировку имен и многое другое с учетом...

Хабр
Los analistas internacionales de RPM reducen sus pronósticos luego de las ganancias downbeat - RPM INTL (NYSE: RPM) – ButterWord

RPM International Inc. Rpm informó resultados financieros del tercer trimestre peores de lo esperado el martes. Las ventas disminuyeron un 3% año tras año a $ 1.48 mil millones, perdiendo el consenso de $ 1.51 mil millones. EPS adecuado fue de 35 centavos, perdiendo el consenso de 49 centavos. Frank C. Sullivan, presidente y CEO […]

ButterWord
¿Qué está pasando hoy con los sabores internacionales y las fragancias? - INTL Flavors y fragancias (NYSE: IFF) – ButterWord

Flavors y fragancias internacionales, Inc. IFF Las acciones se cotizan más bajas en la sesión previa al mercado el miércoles. Ayer, la compañía reportó resultados del cuarto trimestre. La compañía registró ganancias trimestralmente ajustadas por influencia de 97 centavos, superando el Presencia callejera de 81 centavos. Las ventas de $ 2.771 mil millones (+3% año […]

ButterWord