Переглянути джерело

disabled translation on gallery pages

pull/8/head
Ben Coleman 4 роки тому
джерело
коміт
3214145874
8 змінених файлів з 8 додано та 8 видалено
  1. +1
    -1
      _tools/templates/gallery.ejs
  2. +1
    -1
      azure-cds/index.html
  3. +1
    -1
      azure-docs/index.html
  4. +1
    -1
      azure-icons/index.html
  5. +1
    -1
      azure-patterns/index.html
  6. +1
    -1
      logos/index.html
  7. +1
    -1
      other/index.html
  8. +1
    -1
      readme.md

+ 1
- 1
_tools/templates/gallery.ejs Переглянути файл

@@ -1,4 +1,4 @@
<html>
<html translate="no">
<head>
<title><%= title %></title>
<link rel="icon" type="image/png" href="../favicon.png">


+ 1
- 1
azure-cds/index.html Переглянути файл

@@ -1,4 +1,4 @@
<html>
<html translate="no">
<head>
<title>Cloud Design Studio Set</title>
<link rel="icon" type="image/png" href="../favicon.png">


+ 1
- 1
azure-docs/index.html Переглянути файл

@@ -1,4 +1,4 @@
<html>
<html translate="no">
<head>
<title>Azure Docs</title>
<link rel="icon" type="image/png" href="../favicon.png">


+ 1
- 1
azure-icons/index.html Переглянути файл

@@ -1,4 +1,4 @@
<html>
<html translate="no">
<head>
<title>Official Azure Icon Set</title>
<link rel="icon" type="image/png" href="../favicon.png">


+ 1
- 1
azure-patterns/index.html Переглянути файл

@@ -1,4 +1,4 @@
<html>
<html translate="no">
<head>
<title>Azure Patterns Collection</title>
<link rel="icon" type="image/png" href="../favicon.png">


+ 1
- 1
logos/index.html Переглянути файл

@@ -1,4 +1,4 @@
<html>
<html translate="no">
<head>
<title>Logos &amp; Brands</title>
<link rel="icon" type="image/png" href="../favicon.png">


+ 1
- 1
other/index.html Переглянути файл

@@ -1,4 +1,4 @@
<html>
<html translate="no">
<head>
<title>Other Icons</title>
<link rel="icon" type="image/png" href="../favicon.png">


+ 1
- 1
readme.md Переглянути файл

@@ -1,6 +1,6 @@
This is a collection of various technical icons, glyphs, logos and other imagery all in SVG format. The icons are mainly Azure related but there are various other brands and logos plus abstract/generic symbols.
All files are run through [SVGO](https://github.com/svg/svgo) to clean them up and optimize them, with `removeDimensions` plugin enabled.
All files are run through [SVGO](https://github.com/svg/svgo) to clean them up and optimize them, with 'removeDimensions' plugin enabled
Many overlaps exist between the three main Azure icon sets, this expected, but each set also has unique icons hence their reason for inclusion. Condensing down to one merged super-set would be a huge undertaking


Завантаження…
Відмінити
Зберегти