Skip to content

Commit eb986fe

Browse files
Add .ino mime type info for Linux
This file is not installed by the ant build, but is intended for use by Linux distributions. The actual file was taken from the Debian package, version 1:1.0.5+dfsg2-1 and is licensed under the GPL-2+. It was only modified to remove a FIXME comment that is no longer relevant.
1 parent c41cc36 commit eb986fe

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

build/linux/dist/mime.xml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version='1.0' encoding='utf-8'?>
2+
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3+
<mime-type type="text/x-arduino">
4+
<comment>Arduino source code</comment>
5+
<comment xml:lang="ara">شفرة مصدر Arduino</comment>
6+
<comment xml:lang="be@latin">Kryničny kod Arduino</comment>
7+
<comment xml:lang="bg">Изходен код на Arduino</comment>
8+
<comment xml:lang="ca">codi font en Arduino</comment>
9+
<comment xml:lang="da">Arduinokildekode</comment>
10+
<comment xml:lang="de">Arduino-Quelltext</comment>
11+
<comment xml:lang="el">πηγαίος κώδικας Arduino</comment>
12+
<comment xml:lang="en_GB">Arduino source code</comment>
13+
<comment xml:lang="eo">Arduino-fontkodo</comment>
14+
<comment xml:lang="es">código fuente en Arduino</comment>
15+
<comment xml:lang="eu">Arduino iturburu-kodea</comment>
16+
<comment xml:lang="fi">Arduino-lähdekoodi</comment>
17+
<comment xml:lang="fr">code source Arduino</comment>
18+
<comment xml:lang="ga">cód foinseach Arduino</comment>
19+
<comment xml:lang="hu">Arduino-forráskód</comment>
20+
<comment xml:lang="id">Kode program Arduino</comment>
21+
<comment xml:lang="it">Codice sorgente Arduino</comment>
22+
<comment xml:lang="ja">Arduino ソースコード</comment>
23+
<comment xml:lang="lt">Arduino pradinis kodas</comment>
24+
<comment xml:lang="lv">Arduino pirmkods</comment>
25+
<comment xml:lang="ms">Kod sumber Arduino</comment>
26+
<comment xml:lang="nb">Arduino-kildekode</comment>
27+
<comment xml:lang="nl">Arduino-broncode</comment>
28+
<comment xml:lang="nn">Arduino-kjeldekode</comment>
29+
<comment xml:lang="pl">Kod źródłowy Arduino</comment>
30+
<comment xml:lang="pt">código fonte Arduino</comment>
31+
<comment xml:lang="pt_BR">Código fonte Arduino</comment>
32+
<comment xml:lang="ru">исходный код Arduino</comment>
33+
<comment xml:lang="sq">Kod burues Arduino</comment>
34+
<comment xml:lang="sv">Arduino-källkod</comment>
35+
<comment xml:lang="uk">Вихідний код на мові Arduino</comment>
36+
<comment xml:lang="vi">Mã nguồn Arduino</comment>
37+
<comment xml:lang="zh_CN">Arduino 源代码</comment>
38+
<comment xml:lang="zh_TW">Arduino 源代碼</comment>
39+
<sub-class-of type="text/x-c++src"/>
40+
<glob pattern="*.ino"/>
41+
</mime-type>
42+
</mime-info>

0 commit comments

Comments
 (0)